OBJECT
CreatePrizePayload
Autogenerated return type of CreatePrize.
link GraphQL Schema definition
- type CreatePrizePayload {
- # A unique identifier for the client performing the mutation.
- : String
- # Validation errors for the prize
- : [ValidationError!]!
- # The prize object
- : Prize!
- }