INPUT_OBJECT

DeleteProjectCardInput

Autogenerated input type of DeleteProjectCard

link GraphQL Schema definition

  • input DeleteProjectCardInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The id of the card to delete.
  • cardId: ID!
  • }