INPUT_OBJECT
Autogenerated input type of UpdateProjectColumn
input UpdateProjectColumnInput {# A unique identifier for the client performing the mutation.clientMutationId: String# The ProjectColumn ID to update.projectColumnId: ID!# The name of project column.name: String!}