OBJECT

DeletePrizePayload

Autogenerated return type of DeletePrize.

link GraphQL Schema definition

  • type DeletePrizePayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # Whether the record has been deleted
  • destroyed: Boolean!
  • # Validation errors for the prize
  • errors: [ValidationError!]!
  • # The prize object
  • prize: Prize!
  • }

link Require by