Skip to content

updateCarePlanRecommendationCategoryInput

Autogenerated input type of updateCarePlanRecommendationCategory

Fields

id · ID! · required

Used By

Definition

"""
Autogenerated input type of updateCarePlanRecommendationCategory
"""
input updateCarePlanRecommendationCategoryInput {
id: ID!
name: String
is_active: Boolean
}