CampaignTestimonialCreateUnion
If mutation is successful, the Campaign will be returned, otherwise a MutationError is returned.
union CampaignTestimonialCreateUnion = MutationError | Campaign
Possible types
CampaignTestimonialCreateUnion.MutationError object
Has errors for a mutation
CampaignTestimonialCreateUnion.Campaign object
A FlipGive campaign.
Returned by
CampaignTestimonialCreate mutation