From ffb261b71ce1b86c599cd6d9b1f45ab18a83d798 Mon Sep 17 00:00:00 2001 From: senderfm Date: Tue, 2 Jul 2019 18:18:18 +0200 Subject: [PATCH] load long content after save --- webapp/graphql/CommentMutations.js | 1 + 1 file changed, 1 insertion(+) 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