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