OBJECT

UpdateContributionPayload

Autogenerated return type of UpdateContribution.

link GraphQL Schema definition

  • type UpdateContributionPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The contribution object
  • contribution: Contribution!
  • # Validation errors for the contribution
  • errors: [ValidationError!]!
  • }

link Require by