OBJECT
CreateContributionPayload
Autogenerated return type of CreateContribution.
link GraphQL Schema definition
- type CreateContributionPayload {
- # A unique identifier for the client performing the mutation.
- : String
- # The contribution object
- : Contribution
- # Validation errors for the contribution
- : [ValidationError!]!
- }