Practice locations — minimum treatment age
The PracticeLocation type now exposes a minimumTreatmentAge field (Int), which reflects the minimum patient age configured for that location's group.
type PracticeLocation {
id: ID!
name: String!
groupName: String!
servicesProvided: [Product]
address: Address
minimumTreatmentAge: Int
}