Skip to content

createCarePlanRecommendationCategoryInput

Autogenerated input type of createCarePlanRecommendationCategory

Fields

name · String! · required

Used By

Definition

"""
Autogenerated input type of createCarePlanRecommendationCategory
"""
input createCarePlanRecommendationCategoryInput {
name: String!
is_active: Boolean
}