Merge pull request #514 from coralproject/premod-queue-fix

Premod queue fix
This commit is contained in:
David Erwin
2017-04-20 16:57:43 -04:00
committed by GitHub
2 changed files with 6 additions and 6 deletions
@@ -12,6 +12,12 @@ fragment commentView on Comment {
id
title
}
action_summaries {
count
... on FlagActionSummary {
reason
}
}
actions {
... on FlagAction {
reason
@@ -15,12 +15,6 @@ query ModQueue ($asset_id: ID, $sort: SORT_ORDER) {
sort: $sort
}) {
...commentView
action_summaries {
count
... on FlagActionSummary {
reason
}
}
}
rejected: comments(query: {
statuses: [REJECTED],