UpdateClientAllergiesInput
Update the factors the client is allergic to (e.g. pollen)
input UpdateClientAllergiesInput {
allergies: [AllergyInput]
clientId: ClientID!
}
Fields
UpdateClientAllergiesInput.allergies ● [AllergyInput] list input
All client's allergies
UpdateClientAllergiesInput.clientId ● ClientID! non-null scalar
ID of the client
Member Of
updateClientAllergies mutation