SupportService
Additional support services that the client uses (e.g. pharmacy)
type SupportService {
contactPerson: PersonalData
id: SupportServiceID!
name: String!
}
Fields
SupportService.contactPerson ● PersonalData object
Contact person of the service
SupportService.id ● SupportServiceID! non-null scalar
Unique identifier
SupportService.name ● String! non-null scalar
Name of the service
Member Of
Client object