OBJECT

CreatePrizePayload

Autogenerated return type of CreatePrize.

link GraphQL Schema definition

  • type CreatePrizePayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # Validation errors for the prize
  • errors: [ValidationError!]!
  • # The prize object
  • prize: Prize!
  • }

link Require by