Skip to main content

UpdateClientMedicationExemptionInput

Update the data regarding the client's medications exemption

input UpdateClientMedicationExemptionInput {
clientId: ClientID!
exemption: ClientMedicationExemptionInput
}

Fields

UpdateClientMedicationExemptionInput.clientId ● ClientID! non-null scalar

ID of the client

UpdateClientMedicationExemptionInput.exemption ● ClientMedicationExemptionInput input

Client is exempt from further payments for the given period

Member Of

updateClientMedicationExemption mutation