Skip to content

deleteCarePlanRecommendationCategory

Arguments

input · deleteCarePlanRecommendationCategoryInput · Parameters for deleteCarePlanRecommendationCategory

Returns

deleteCarePlanRecommendationCategoryPayload

Example

mutation deleteCarePlanRecommendationCategory(
$input: deleteCarePlanRecommendationCategoryInput
) {
deleteCarePlanRecommendationCategory(input: $input) {
care_plan_recommendation_category
messages
organization
}
}