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