INPUT_OBJECT

MoveProjectColumnInput

Autogenerated input type of MoveProjectColumn

link GraphQL Schema definition

  • input MoveProjectColumnInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The id of the column to move.
  • columnId: ID!
  • # Place the new column after the column with this id. Pass null to place it at the
  • # front.
  • afterColumnId: ID
  • }