OBJECT

CustomContributionUpdatePayload

Return type for updateCustomContribution mutation.

link GraphQL Schema definition

  • type CustomContributionUpdatePayload {
  • # The updated custom contribution object.
  • customContribution: CustomContribution
  • # List of errors that occurred executing the mutation.
  • customContributionUserErrors: [DisplayableError!]!
  • }