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