INPUT_OBJECT

UpdateProjectCardInput

Autogenerated input type of UpdateProjectCard

link GraphQL Schema definition

  • input UpdateProjectCardInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The ProjectCard ID to update.
  • projectCardId: ID!
  • # The note of ProjectCard.
  • note: String!
  • }