mirror of
https://github.com/wassname/talk.git
synced 2026-08-09 12:30:42 +08:00
return all the known types
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
query ModQueue ($asset_id: ID, $sort: SORT_ORDER) {
|
||||
all: comments(query: {
|
||||
statuses: [NONE, PREMOD, ACCEPTED, REJECTED],
|
||||
asset_id: $asset_id,
|
||||
sort: $sort
|
||||
}) {
|
||||
|
||||
Reference in New Issue
Block a user