OBJECT
Scheduled chat notes
type NoteScheduler {# Scheduled messsage blast: get first four usersfirst_four_invitees: [User] id: ID! invitees_count: Int # Get last conversation tasklast_task: Task note: Note note_content: String participant_ids: [ID] # Get all directly selected user groupsselected_user_groups: [UserGroup] # Get all directly selected usersselected_users: [User] updated_at: String # Owner user of a note scheduleruser: User }