toggleCarePlanStatusForSpecificUserInput
Autogenerated input type of toggleCarePlanStatusForSpecificUser
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEpatient_id
· ID
Used By
Definition
"""Autogenerated input type of toggleCarePlanStatusForSpecificUser"""input toggleCarePlanStatusForSpecificUserInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE") activate: Boolean! id: ID patient_id: ID}