INPUT_OBJECT
Autogenerated input type of AddProjectCard
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 unioncontentId: ID# The note on the card.note: String}