Skip to content

createCarePlanRecommendationCategoryInput

Autogenerated input type of createCarePlanRecommendationCategory

Fields

deprecated DO NOT USE
name · String! · required

Used By

Definition

"""
Autogenerated input type of createCarePlanRecommendationCategory
"""
input createCarePlanRecommendationCategoryInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
name: String!
is_active: Boolean
}