DeleteEventLocationPayload
Payload returned when deleting a location for an event.
type DeleteEventLocationPayload {
success: Boolean!
}
Fields
DeleteEventLocationPayload.success ● Boolean! non-null scalar
A flag indicating whether the location was deleted successfully.
Returned By
deleteEventLocation mutation