Skip to main content

PractitionerUpdate

Update an existing Practitioner resource.

Mutation

mutation PractitionerUpdate($id: ID!, $input: PractitionerUpdateInput!) {
PractitionerUpdate(id: $id, input: $input) {
id
}
}

Input

Return Type

Returns the updated Practitioner resource.