Skip to content

createCarePlanInput

Autogenerated input type of createCarePlan

Fields

deprecated DO NOT USE

Used By

Definition

"""
Autogenerated input type of createCarePlan
"""
input createCarePlanInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
is_hidden: Boolean = true
is_managing_templates: Boolean = false
name: String
patient_id: ID
}