Skip to content

removeUserFromGroupCarePlanInput

Autogenerated input type of removeUserFromGroupCarePlan

Fields

deprecated DO NOT USE

Used 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
}