INPUT_OBJECT
Autogenerated input type of UpdateProjectCard
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!}