updateNoteSchedulerInput
Autogenerated input type of updateNoteScheduler
Fields
select_all_status
· String · The value of the select all toggle. This overrides participant_ids and allows you to easily add all of a category to the conversation. Requires participant_ids to be sent in as well Used By
Definition
"""Autogenerated input type of updateNoteScheduler"""input updateNoteSchedulerInput { id: ID participant_ids: [ID]
""" The value of the select all toggle. This overrides participant_ids and allows you to easily add all of a category to the conversation. Requires participant_ids to be sent in as well """ select_all_status: String}