UpdateAllergyRecordDataInput
Data for updating an allergy or intolerance record.
input UpdateAllergyRecordDataInput {
allergen: String
allergyIntoleranceType: AllergyIntoleranceType
severity: AllergyRecordSeverity
comments: String
}
Fields
UpdateAllergyRecordDataInput.allergen ● String scalar
UpdateAllergyRecordDataInput.allergyIntoleranceType ● AllergyIntoleranceType enum
Whether this record is an allergy or an intolerance.
UpdateAllergyRecordDataInput.severity ● AllergyRecordSeverity enum
UpdateAllergyRecordDataInput.comments ● String scalar
Member Of
updateAllergyRecord mutation