OBJECT

CreateProjectPayload

Autogenerated return type of CreateProject

link GraphQL Schema definition

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