Skip to content

updateCarePlanRecommendationCategoryInput

Autogenerated input type of updateCarePlanRecommendationCategory

Fields

deprecated DO NOT USE
id · ID! · required

Used By

Definition

"""
Autogenerated input type of updateCarePlanRecommendationCategory
"""
input updateCarePlanRecommendationCategoryInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
id: ID!
name: String
is_active: Boolean
}