removeUserFromGroupCarePlanInput
Autogenerated input type of removeUserFromGroupCarePlan
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEUsed By
Definition
"""Autogenerated input type of removeUserFromGroupCarePlan"""input removeUserFromGroupCarePlanInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE") care_plan_id: ID user_id: ID}