OBJECT

UpdateProjectPayload

Autogenerated return type of UpdateProject

link GraphQL Schema definition

  • type UpdateProjectPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The updated project.
  • project: Project!
  • }