UpdateClientIntolerancesInput
Update the substances that are not suitable for consumption by the client (e.g. gluten)
input UpdateClientIntolerancesInput {
clientId: ClientID!
intolerances: [IntoleranceInput]
}
Fields
UpdateClientIntolerancesInput.clientId ● ClientID! non-null scalar
ID of the client
UpdateClientIntolerancesInput.intolerances ● [IntoleranceInput] list input
List of all client's intolerances
Member Of
updateClientIntolerances mutation