createCarePlanInput
Autogenerated input type of createCarePlan
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USE
·
patient_id
· ID
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}