INPUT_OBJECT

updateNoteSchedulerInput

Autogenerated input type of updateNoteScheduler

link GraphQL Schema definition

  • input updateNoteSchedulerInput {
  • 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
  • }