updateNoteSchedulerInput
Autogenerated input type of updateNoteScheduler
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEselect_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 { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE") id: ID participant_ids: 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 """ select_all_status: String}