Loading new comments.

This commit is contained in:
David Jay
2017-02-22 13:45:02 -05:00
parent dd09ddf968
commit 096bd12df6
5 changed files with 38 additions and 13 deletions
+1 -1
View File
@@ -448,7 +448,7 @@ type RootQuery {
# Comments returned based on a query.
comments(query: CommentsQuery!): [Comment]
# Returne the count of comments satisfied by the query. Note that this edge is
# Return the count of comments satisfied by the query. Note that this edge is
# expensive as it is not batched. Requires the `ADMIN` role.
commentCount(query: CommentCountQuery!): Int