added support for deep comment counts

This commit is contained in:
Wyatt Johnson
2017-09-11 18:01:01 -06:00
parent ab1f1dee3e
commit ca411a3227
4 changed files with 78 additions and 1 deletions
+2 -1
View File
@@ -369,7 +369,8 @@ type Comment {
# the replies that were made to the comment.
replies(query: RepliesQuery = {}): CommentConnection!
# The count of replies on a comment.
# replyCount is the number of replies with a depth of 1. Only direct replies
# to this comment are counted.
replyCount: Int
# Actions completed on the parent. Requires the `ADMIN` role.