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