Skip to main content

PatientUpdate

Update an existing Patient resource.

Mutation

mutation PatientUpdate($id: ID!, $input: PatientUpdateInput!) {
PatientUpdate(id: $id, input: $input) {
id
}
}

Input

Return Type

Returns the updated Patient resource.