OBJECT
CustomContributionRemovePayload
Return type for removeCustomContribution mutation.
link GraphQL Schema definition
- type CustomContributionRemovePayload {
- # The unique identifier of removed custom contribution object.
- : ID
- # List of errors that occurred executing the mutation.
- : [DisplayableError!]!
- }