Skip to content

appointmentLocation

Fetch an appointment location by ID (considered public)

Arguments

id · ID · The ID of the appointment location

Returns

AppointmentLocation

Example

query appointmentLocation($id: ID) {
appointmentLocation(id: $id) {
appointment_setting_id
clients_can_book
has_rooms
id
location
rooms
}
}