From 39bf092ebb40bd061c045f97f131ae323513fe09 Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Fri, 20 Jan 2017 18:56:42 -0300 Subject: [PATCH] Correct Status --- .../coral-embed-stream/src/graphql/mutations/postComment.graphql | 1 + 1 file changed, 1 insertion(+) diff --git a/client/coral-embed-stream/src/graphql/mutations/postComment.graphql b/client/coral-embed-stream/src/graphql/mutations/postComment.graphql index e06c4f55c..a9496f1fa 100644 --- a/client/coral-embed-stream/src/graphql/mutations/postComment.graphql +++ b/client/coral-embed-stream/src/graphql/mutations/postComment.graphql @@ -2,6 +2,7 @@ fragment commentView on Comment { id body + status user { name: displayName }