INPUT_OBJECT

MoveProjectCardInput

Autogenerated input type of MoveProjectCard

link GraphQL Schema definition

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