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