Skip to content

exportCarePlanToTemplate

Creates a template from existing Care Plan. Original object is not touched

Arguments

input · exportToTemplateInput · Parameters for exportToTemplate

Returns

exportToTemplatePayload

Example

mutation exportCarePlanToTemplate($input: exportToTemplateInput) {
exportCarePlanToTemplate(input: $input) {
carePlan
messages
}
}