OBJECT

CustomContributionRemovePayload

Return type for removeCustomContribution mutation.

link GraphQL Schema definition

  • type CustomContributionRemovePayload {
  • # The unique identifier of removed custom contribution object.
  • removedCustomContributionId: ID
  • # List of errors that occurred executing the mutation.
  • customContributionUserErrors: [DisplayableError!]!
  • }