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