Skip to content

providerAppointmentLocations

get provider appointment locations.

Arguments

Returns

[AppointmentLocation!]

Example

query providerAppointmentLocations($provider_id: ID) {
providerAppointmentLocations(provider_id: $provider_id) {
clients_can_book
has_rooms
id
location
rooms
}
}