OBJECT
DeletePrizePayload
Autogenerated return type of DeletePrize.
link GraphQL Schema definition
- type DeletePrizePayload {
- # A unique identifier for the client performing the mutation.
- String :
- # Whether the record has been deleted
- Boolean! :
- # Validation errors for the prize
- ValidationError!]! : [
- # The prize object
- Prize! :
- }