AllergyRecordResponsePayload
An allergy record in a consultation or the error related to the operation.
type AllergyRecordResponsePayload {
data: AllergyRecord
error: String
}
Fields
AllergyRecordResponsePayload.data ● AllergyRecord object
AllergyRecordResponsePayload.error ● String scalar
Returned By
createAllergyRecord mutation ● updateAllergyRecord mutation