diff --git a/webapp/graphql/CommentMutations.js b/webapp/graphql/CommentMutations.js index efaf6cd49..f39f8483d 100644 --- a/webapp/graphql/CommentMutations.js +++ b/webapp/graphql/CommentMutations.js @@ -7,6 +7,7 @@ export default () => { CreateComment(postId: $postId, content: $content) { id contentExcerpt + content author { id slug