Skip to main content

AllergyIntoleranceUpdate

Update an existing AllergyIntolerance resource.

Mutation

mutation AllergyIntoleranceUpdate($id: ID!, $input: AllergyIntoleranceUpdateInput!) {
AllergyIntoleranceUpdate(id: $id, input: $input) {
id
}
}

Input

Return Type

Returns the updated AllergyIntolerance resource.