mirror of
https://github.com/wassname/talk.git
synced 2026-09-11 12:51:33 +08:00
New static routes <3 for global and single assets, also, deprecating the all view
This commit is contained in:
@@ -1,12 +1,6 @@
|
||||
#import "../fragments/commentView.graphql"
|
||||
|
||||
query ModQueue ($asset_id: ID!) {
|
||||
all: comments(query: {
|
||||
statuses: [REJECTED, PREMOD],
|
||||
asset_id: $asset_id
|
||||
}) {
|
||||
...commentView
|
||||
}
|
||||
premod: comments(query: {
|
||||
statuses: [PREMOD],
|
||||
asset_id: $asset_id
|
||||
|
||||
Reference in New Issue
Block a user