Copy, removing log, and adding PropTypes

This commit is contained in:
Belen Curcio
2017-09-19 12:45:47 -03:00
parent bc5d348c98
commit a96d8c2b3c
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -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