Skip to main content

UpdateClientMedicationsInput

Update the data regarding the client's medication payments

input UpdateClientMedicationsInput {
clientId: ClientID!
exemption: ClientMedicationExemption
medicationProviding: MedicationProvidingType!
}

Fields

UpdateClientMedicationsInput.clientId ● ClientID! non-null scalar

ID of the client

UpdateClientMedicationsInput.exemption ● ClientMedicationExemption enum

Client is exempt from further payments for the year

UpdateClientMedicationsInput.medicationProviding ● MedicationProvidingType! non-null enum

How the client is provided with their medications

Member Of

updateClientMedications mutation