Skip to main content

AddClientSupportServiceInput

Add a supports service that the client uses (e.g. pharmacy)

input AddClientSupportServiceInput {
clientId: ClientID!
contactPerson: PersonalDataInput
name: String!
}

Fields

AddClientSupportServiceInput.clientId ● ClientID! non-null scalar

ID of the client

AddClientSupportServiceInput.contactPerson ● PersonalDataInput input

Contact person of the service

AddClientSupportServiceInput.name ● String! non-null scalar

Name of the service

Member Of

addClientSupportService mutation