Comment replyCount edge can now be filtered by notIgnoredBy

This commit is contained in:
Benjamin Goering
2017-04-11 14:20:37 -07:00
parent 873da1cea9
commit b561e9f643
5 changed files with 41 additions and 8 deletions
+1 -1
View File
@@ -191,7 +191,7 @@ type Comment {
replies(sort: SORT_ORDER = CHRONOLOGICAL, limit: Int = 3, notIgnoredBy: String): [Comment]
# The count of replies on a comment.
replyCount: Int
replyCount(notIgnoredBy: String): Int
# Actions completed on the parent. Requires the `ADMIN` role.
actions: [Action]