OBJECT
CustomContributionUpdatePayload
Return type for updateCustomContribution mutation.
link GraphQL Schema definition
- type CustomContributionUpdatePayload {
- # The updated custom contribution object.
- : CustomContribution
- # List of errors that occurred executing the mutation.
- : [DisplayableError!]!
- }