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