Refactor users query

This commit is contained in:
Chi Vinh Le
2017-08-30 18:48:20 +07:00
parent ddced5b8c9
commit ffab9ca8d5
5 changed files with 16 additions and 15 deletions
+3
View File
@@ -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