UpdateEventLocationPayload
Payload returned when updating a location for an event.
type UpdateEventLocationPayload {
location: Location!
}
Fields
UpdateEventLocationPayload.location
● Location!
non-null object
Returned By
updateEventLocation
mutation