ProviderAppointmentLocation
A provider appointment location object
Fields
appointment_location_id
· ID
· The unique identifier of the appointment location 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}