INPUT_OBJECT

UpdateProjectColumnInput

Autogenerated input type of UpdateProjectColumn

link GraphQL Schema definition

  • 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!
  • }