mirror of
https://github.com/wassname/talk.git
synced 2026-08-11 11:27:10 +08:00
Refactor users query
This commit is contained in:
@@ -141,6 +141,9 @@ type UserConnection {
|
||||
input UsersQuery {
|
||||
action_type: ACTION_TYPE
|
||||
|
||||
# Current status of a user. Requires the `ADMIN` role.
|
||||
statuses: [USER_STATUS!]
|
||||
|
||||
# Limit the number of results to be returned.
|
||||
limit: Int = 10
|
||||
|
||||
|
||||
Reference in New Issue
Block a user