Skip to main content

CarePlanUpdate

Update an existing CarePlan resource.

Mutation

mutation CarePlanUpdate($id: ID!, $input: CarePlanUpdateInput!) {
CarePlanUpdate(id: $id, input: $input) {
id
}
}

Input

Return Type

Returns the updated CarePlan resource.