Extended Asset with comment

This commit is contained in:
Belen Curcio
2017-07-24 16:31:24 -03:00
parent 4b74c3312f
commit 36df7cb784
4 changed files with 19 additions and 10 deletions
+3
View File
@@ -580,6 +580,9 @@ type Asset {
deep: Boolean,
): CommentConnection!
# A Comment from the Asset by comment's ID
comment(id: ID!): Comment
# The count of top level comments on the asset.
commentCount(excludeIgnored: Boolean, tags: [String!]): Int