Skip to content

bulkUpdateClientsInput

Autogenerated input type of bulkUpdateClients

Fields

provider_ids_to_remove · [ID] · List of provider IDs to remove from the patients' care team
suppress_patient_updated_webhooks · Boolean · Suppress sending patient.updated webhooks for changes made in this mutation

Used By

Definition

"""
Autogenerated input type of bulkUpdateClients
"""
input bulkUpdateClientsInput {
active_status: Boolean
ids: [ID]
other_provider_ids: [ID]
"""
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
"""
Suppress sending patient.updated webhooks for changes made in this mutation
"""
suppress_patient_updated_webhooks: Boolean = false
user_group_id: ID
}