updateAllergyRecord
This mutation updates an allergy record.
updateAllergyRecord(
id: ID!
recordData: UpdateAllergyRecordDataInput!
): AllergyRecordResponsePayload
Arguments
updateAllergyRecord.id ● ID! non-null scalar
updateAllergyRecord.recordData ● UpdateAllergyRecordDataInput! non-null input
Type
AllergyRecordResponsePayload object
An allergy record in a consultation or the error related to the operation.