INPUT_OBJECT
Autogenerated input type of AddProjectColumn
input AddProjectColumnInput {# A unique identifier for the client performing the mutation.clientMutationId: String# The Node ID of the project.projectId: ID!# The name of the column.name: String!}