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
A list of intolerances
Member Of
updateClientIntolerances mutation