Skip to content

ProviderAppointmentLocation

A provider appointment location object

Fields

appointment_location_id · ID · The unique identifier of the appointment location
id · ID! · required · The unique identifier of the location
location · String · The location (in plain text)

Used By

Definition

"""
A provider appointment location object
"""
type ProviderAppointmentLocation {
"""
The unique identifier of the appointment location
"""
appointment_location_id: ID
"""
The unique identifier of the location
"""
id: ID!
"""
The location (in plain text)
"""
location: String
}