mirror of
https://github.com/wassname/talk.git
synced 2026-07-30 12:40:41 +08:00
Adds graphql for users flagged in the server and client.
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
query Users {
|
||||
usersFlagged {
|
||||
id
|
||||
username
|
||||
status
|
||||
roles
|
||||
actions{
|
||||
id
|
||||
reason
|
||||
user {
|
||||
username
|
||||
}
|
||||
}
|
||||
action_summaries {
|
||||
count
|
||||
reason
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user