AllergyIntoleranceUpdate
Update an existing AllergyIntolerance resource.
Mutation
mutation AllergyIntoleranceUpdate($id: ID!, $input: AllergyIntoleranceUpdateInput!) {
AllergyIntoleranceUpdate(id: $id, input: $input) {
id
}
}
Input
id: ID of the resource to updateinput: See AllergyIntoleranceUpdateInput for input fields.
Return Type
Returns the updated AllergyIntolerance resource.