PracticeLocationType
A location type that can be assigned to locations for reporting purposes.
type PracticeLocationType {
id: ID!
name: String!
}
Fields
PracticeLocationType.id ● ID! non-null scalar
PracticeLocationType.name ● String! non-null scalar
Member Of
Practice object ● PracticeLocation object