mirror of
https://github.com/wassname/talk.git
synced 2026-07-06 05:17:19 +08:00
Docs in schema
This commit is contained in:
@@ -139,9 +139,11 @@ type UserConnection {
|
||||
|
||||
# UsersQuery allows the ability to query users by a specific fields.
|
||||
input UsersQuery {
|
||||
|
||||
# Users returned will only be ones which have at least one action of this.
|
||||
action_type: ACTION_TYPE
|
||||
|
||||
# Current status of a user. Requires the `ADMIN` role.
|
||||
# Current status of a user..
|
||||
statuses: [USER_STATUS!]
|
||||
|
||||
# Limit the number of results to be returned.
|
||||
@@ -749,7 +751,7 @@ type RootQuery {
|
||||
# role.
|
||||
me: User
|
||||
|
||||
# Users returned based on a query.
|
||||
# Users returned based on a query. Requires the `ADMIN` role.
|
||||
users(query: UsersQuery!): UserConnection
|
||||
|
||||
# a single User by id
|
||||
|
||||
Reference in New Issue
Block a user