appointmentLocation
fetch an appointment location by id (considered public)
Arguments
Returns
AppointmentLocation
Example
query appointmentLocation($id: ID) { appointmentLocation(id: $id) { clients_can_book has_rooms id location rooms }}