Ádding NONE to the FE

This commit is contained in:
Belen Curcio
2017-02-15 17:34:29 -03:00
parent 0778b7832f
commit 1796efd3ba
@@ -9,7 +9,8 @@ query ModQueue ($asset_id: ID!) {
}
flagged: comments(query: {
action_type: FLAG,
asset_id: $asset_id
asset_id: $asset_id,
statuses: [NONE, PREMOD]
}) {
...commentView
action_summaries {