UpdateClientMedicalCharacteristicsInput
Update the an additional medical conditions that the client has (e.g. diabetes)
input UpdateClientMedicalCharacteristicsInput {
clientId: ClientID!
medicalCharacteristics: [String!]
}
Fields
UpdateClientMedicalCharacteristicsInput.clientId ● ClientID! non-null scalar
ID of the client
UpdateClientMedicalCharacteristicsInput.medicalCharacteristics ● [String!] list scalar
List of all additional medical conditions that the client has (e.g. diabetes)
Member Of
updateClientMedicalCharacteristics mutation