INPUT_OBJECT

AddProjectCardInput

Autogenerated input type of AddProjectCard

link GraphQL Schema definition

  • input AddProjectCardInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The Node ID of the ProjectColumn.
  • projectColumnId: ID!
  • # The content of the card. Must be a member of the ProjectCardItem union
  • contentId: ID
  • # The note on the card.
  • note: String
  • }