OBJECT

NoteScheduler

Scheduled chat notes

link GraphQL Schema definition

  • type NoteScheduler {
  • # Scheduled messsage blast: get first four users
  • first_four_invitees: [User]
  • id: ID!
  • invitees_count: Int
  • # Get last conversation task
  • last_task: Task
  • note: Note
  • note_content: String
  • participant_ids: [ID]
  • # Get all directly selected user groups
  • selected_user_groups: [UserGroup]
  • # Get all directly selected users
  • selected_users: [User]
  • updated_at: String
  • # Owner user of a note scheduler
  • user: User
  • }