INPUT_OBJECT

createMessageBlastInput

Autogenerated input type of createMessageBlast

link GraphQL Schema definition

  • input createMessageBlastInput {
  • dietitian_id: String
  • name: String
  • note: NoteInput
  • patient_id: String
  • scheduled_at: String
  • # The value of the select all toggle. This overrides simple_added_users and allows
  • # you to easily add all of a category to the conversation. Requires
  • # simple_added_users to be sent in as well
  • select_all_status: String
  • simple_added_users: String
  • }