AllergyInput
Contains data about a single allergy of the client
input AllergyInput {
notes: String
type: String!
}
Fields
AllergyInput.notes ● String scalar
Additional notes, optional
AllergyInput.type ● String! non-null scalar
Name of the allergy the client has.