CreateEventLocationPayload
Payload returned when creating a new location for an event.
type CreateEventLocationPayload {
location: Location!
}
Fields
CreateEventLocationPayload.location
● Location!
non-null object
Returned By
createEventLocation
mutation