PracticeLocation
Information about a location at a practice.
type PracticeLocation {
id: ID!
name: String!
groupName: String!
servicesProvided: [Product]
address: Address
}
Fields
PracticeLocation.id ● ID! non-null scalar
PracticeLocation.name ● String! non-null scalar
PracticeLocation.groupName ● String! non-null scalar
PracticeLocation.servicesProvided ● [Product] list object
PracticeLocation.address ● Address object
Member Of
AvailabilitySettings object ● OnlineBookingConfiguration object ● Practice object