Adding hasParent on Comment to the Graph

This commit is contained in:
Belen Curcio
2017-08-21 16:21:39 -03:00
parent 8b044954d9
commit a540dfe8d4
4 changed files with 8 additions and 1 deletions
+3
View File
@@ -339,6 +339,9 @@ type Comment {
# describes how the comment can be edited
editing: EditInfo
# Indicates if it has a parent
hasParent: Boolean
}
# CommentConnection represents a paginable subset of a comment list.