Fix load more buttons

This commit is contained in:
Chi Vinh Le
2017-04-13 01:17:46 +07:00
parent c19e2979fc
commit 92205a2c6f
5 changed files with 24 additions and 5 deletions
+3
View File
@@ -413,6 +413,9 @@ type Asset {
# The URL that the asset is located on.
url: String
# Returns last comment
lastComment: Comment
# Returns recent comments
recentComments: [Comment]