mirror of
https://github.com/wassname/talk.git
synced 2026-08-03 13:20:59 +08:00
Moves to the loader and work on the user query to add pagination and action type.
This commit is contained in:
@@ -1,15 +1,12 @@
|
||||
query Users {
|
||||
usersFlagged {
|
||||
query Users ($n: ACTION_TYPE) {
|
||||
users (query:{action_type: $n}){
|
||||
id
|
||||
username
|
||||
status
|
||||
roles
|
||||
actions{
|
||||
id
|
||||
reason
|
||||
user {
|
||||
username
|
||||
}
|
||||
created_at
|
||||
}
|
||||
action_summaries {
|
||||
count
|
||||
|
||||
Reference in New Issue
Block a user