mirror of
https://github.com/wassname/talk.git
synced 2026-08-17 11:27:52 +08:00
added flag functionality
This commit is contained in:
@@ -18,6 +18,12 @@ query ModQueue ($asset_id: ID!) {
|
||||
asset_id: $asset_id
|
||||
}) {
|
||||
...commentView
|
||||
action_summaries {
|
||||
count
|
||||
... on FlagActionSummary {
|
||||
reason
|
||||
}
|
||||
}
|
||||
}
|
||||
rejected: comments(query: {
|
||||
statuses: [REJECTED],
|
||||
|
||||
Reference in New Issue
Block a user