bulkUpdateClientsInput
Autogenerated input type of bulkUpdateClients
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEprovider_ids_to_remove
· [ID]
· List of provider IDs to remove from the patients' care team Used By
Definition
"""Autogenerated input type of bulkUpdateClients"""input bulkUpdateClientsInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE") active_status: Boolean ids: [ID] other_provider_ids: String
""" List of provider IDs to remove from the patients' care team """ provider_ids_to_remove: [ID] select_all_excluded_ids: [ID] select_all_status: String user_group_id: ID}