Merge branch 'master' into mobilify-login-popup

This commit is contained in:
David Erwin
2017-04-20 17:28:54 -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],