mirror of
https://github.com/wassname/talk.git
synced 2026-08-12 12:30:39 +08:00
Copy, removing log, and adding PropTypes
This commit is contained in:
@@ -848,7 +848,7 @@ type RootQuery {
|
||||
commentCount(query: CommentCountQuery!): Int
|
||||
|
||||
# Return the count of users satisfied by the query. Note that this edge is
|
||||
# expensive as it is not batched. Requires the `ADMIN` role.
|
||||
# expensive as it is not batched. This field is restricted.
|
||||
userCount(query: UserCountQuery!): Int
|
||||
|
||||
# The currently logged in user based on the request. Requires any logged in
|
||||
|
||||
Reference in New Issue
Block a user