Added support for total comment count

This commit is contained in:
Wyatt Johnson
2017-03-20 07:29:08 -07:00
committed by gaba
parent 117b73adf7
commit fcc93963c4
8 changed files with 598 additions and 360 deletions
+3
View File
@@ -422,6 +422,9 @@ type Asset {
# The count of top level comments on the asset.
commentCount: Int
# The total count of all comments made on the asset.
totalCommentCount: Int
# The settings (rectified with the global settings) that should be applied to
# this asset.
settings: Settings!