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