initial download support

This commit is contained in:
Wyatt Johnson
2018-03-27 18:28:14 -06:00
parent f83aea0431
commit ee5316e6ef
5 changed files with 204 additions and 5 deletions
+3
View File
@@ -547,6 +547,9 @@ type Comment {
# Indicates if it has a parent
hasParent: Boolean
# url is the permalink to this particular Comment on the Asset.
url: String
}
# CommentConnection represents a paginable subset of a comment list.