OBJECT

DeleteContributionPayload

Autogenerated return type of DeleteContribution.

link GraphQL Schema definition

  • type DeleteContributionPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The contribution object
  • contribution: Contribution!
  • # Whether the record has been deleted
  • destroyed: Boolean!
  • # Validation errors for the contribution
  • errors: [ValidationError!]!
  • }

link Require by