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
+2 -2
View File
@@ -423,10 +423,10 @@ type Asset {
comments(sort: SORT_ORDER = REVERSE_CHRONOLOGICAL, limit: Int = 10, notIgnoredBy: String): [Comment]
# The count of top level comments on the asset.
commentCount: Int
commentCount(notIgnoredBy: String): Int
# The total count of all comments made on the asset.
totalCommentCount: Int
totalCommentCount(notIgnoredBy: String): Int
# The settings (rectified with the global settings) that should be applied to
# this asset.