Skip to content

createCarePlanInput

Autogenerated input type of createCarePlan

Fields

Used By

Definition

"""
Autogenerated input type of createCarePlan
"""
input createCarePlanInput {
is_hidden: Boolean = true
is_managing_templates: Boolean = false
name: String
patient_id: ID
}