EventUpdateUnion
If mutation is successful, the Event will be returned, otherwise a MutationError is returned.
union EventUpdateUnion = MutationError | Event
Possible types
EventUpdateUnion.MutationError object
Has errors for a mutation
EventUpdateUnion.Event object
Returned by
EventUpdate mutation