Skip to content

bulkApplyCarePlanTemplate

Apply care plan to the passed array of clients and/or groups

Arguments

input · bulkApplyCarePlanTemplateInput · Parameters for bulkApplyCarePlanTemplate

Returns

bulkApplyCarePlanTemplatePayload

Example

mutation bulkApplyCarePlanTemplate($input: bulkApplyCarePlanTemplateInput) {
bulkApplyCarePlanTemplate(input: $input) {
carePlans
messages
}
}