OBJECT

UpdateProjectCardPayload

Autogenerated return type of UpdateProjectCard

link GraphQL Schema definition

  • type UpdateProjectCardPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The updated ProjectCard.
  • projectCard: ProjectCard!
  • }