updateAllergyMutation top-level constant
String
const updateAllergyMutation
Implementation
const String updateAllergyMutation = r'''
mutation UpdateAllergy($input: FHIRAllergyIntoleranceInput!) {
updateFHIRAllergyIntolerance(input: $input) {
resource {
ID
}
}
}
''';