Asset commentCount and totalCommentCount can be personalized by notIgnoredBy

This commit is contained in:
Benjamin Goering
2017-04-11 14:20:37 -07:00
parent b561e9f643
commit 58736586e4
4 changed files with 71 additions and 8 deletions
@@ -36,8 +36,8 @@ query AssetQuery($asset_id: ID, $asset_url: String, $comment_id: ID!, $has_comme
charCount
requireEmailConfirmation
}
commentCount
totalCommentCount
commentCount(notIgnoredBy: $notIgnoredBy)
totalCommentCount(notIgnoredBy: $notIgnoredBy)
comments(limit: 10, notIgnoredBy: $notIgnoredBy) {
...commentView
replyCount(notIgnoredBy: $notIgnoredBy)