Fixing error when posting comment.

This commit is contained in:
David Jay
2017-02-16 17:18:36 -05:00
parent 24f052024d
commit e3e85c5f3b
@@ -4,6 +4,7 @@ mutation CreateComment ($asset_id: ID!, $parent_id: ID, $body: String!) {
createComment(asset_id:$asset_id, parent_id:$parent_id, body:$body) {
comment {
...commentView
replyCount
replies {
...commentView
}