bulkUpdateCarePlanUsersInput
Autogenerated input type of bulkUpdateCarePlanUsers
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEUsed By
Definition
"""Autogenerated input type of bulkUpdateCarePlanUsers"""input bulkUpdateCarePlanUsersInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE") activate: Boolean = false ids: [ID] = [] notify: Boolean = false}