Skip to content

updateGroupCarePlan

Updates the care plan status for groups

Arguments

input · updateGroupCarePlanInput · Parameters for updateGroupCarePlan

Returns

updateGroupCarePlanPayload

Example

mutation updateGroupCarePlan($input: updateGroupCarePlanInput) {
updateGroupCarePlan(input: $input) {
carePlan
messages
}
}