INPUT_OBJECT

createConversationInput

Autogenerated input type of createConversation

link GraphQL Schema definition

  • input createConversationInput {
  • appointment_id: String
  • # Deprecated. Use owner_id instead if you want the provider to be the owner
  • dietitian_id: String
  • name: String
  • # The ID of the owner of the conversation. Defaults to current_user when not sent
  • # in
  • owner_id: ID
  • # Deprecated. Just send in the patient via added_users
  • patient_id: String
  • added_users: [AddedUsersInput]
  • note: NoteInput
  • # 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
  • }