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