EventCancel
Cancel an event for this campaign.
EventCancel(
id: ID!
): EventCancelUnion!
Arguments
EventCancel.id ● ID! non-null scalar
Campaign ID required to cancel an event
Type
EventCancelUnion union
If mutation is successful, the Event will be returned, otherwise a MutationError is returned.