Skip to content

updateCarePlan

Update and return a Care Plan

Arguments

input · updateCarePlanInput · Parameters for updateCarePlan

Returns

updateCarePlanPayload

Example

mutation updateCarePlan($input: updateCarePlanInput) {
updateCarePlan(input: $input) {
carePlan
messages
}
}