INPUT_OBJECT

AddProjectColumnInput

Autogenerated input type of AddProjectColumn

link GraphQL Schema definition

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