canvas-lms/app
Jason Gillett e075ce961d Add field to expose viewable submissions that have comments
closes VICE-2655
flag=react_inbox

Test Plan
1. Test work
2. go to http://localhost:3000/graphiql
3. Verify that new field returns submission data correctly

Here is a graphiql Query to help with testing.

  legacyNode(_id: "5", type: User) {
    ... on User {
      id
      email
      viewableSubmissionsConnection {
        nodes {
          _id
          commentsConnection {
            nodes {
              comment
              author {
                name
              }
              _id
            }
          }
        }
      }
    }
  }

Change-Id: Ie7a152ba41c5a66f0ddcaa7dc54df1e8fb5dd92a
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/288571
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Omar Soto-Fortuño <omar.soto@instructure.com>
Product-Review: Omar Soto-Fortuño <omar.soto@instructure.com>
QA-Review: Caleb Guanzon <cguanzon@instructure.com>
2022-04-01 15:51:15 +00:00
..
coffeescripts remove plugin symlinks 2021-05-20 17:21:08 +00:00
controllers show new MC icon in assignment/module index 2022-03-31 17:30:48 +00:00
graphql Add field to expose viewable submissions that have comments 2022-04-01 15:51:15 +00:00
helpers Add jwt to connect to Outcome Service lmgb_results.show 2022-03-31 17:05:05 +00:00
messages Update notification link to direct to assignment page 2022-03-24 17:56:31 +00:00
middleware Improve Sentry APM sampling decisions 2022-02-05 00:17:52 +00:00
models Compress course pace dates if projected end is after pace end 2022-04-01 15:06:12 +00:00
observers Announce MasterMigration completed on LiveEvents 2022-03-24 20:10:38 +00:00
presenters Compress course pace dates if projected end is after pace end 2022-04-01 15:06:12 +00:00
serializers expose launch url in AGS Line Item API 2022-03-15 22:26:05 +00:00
stylesheets disable plagiarism toggle after submissions in ui 2022-03-30 20:21:53 +00:00
views show new MC icon in assignment/module index 2022-03-31 17:30:48 +00:00