From 283c13fae8551cf1906bd163d5bdfb2813155ad8 Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Thu, 8 Jun 2017 12:43:02 -0300 Subject: [PATCH] =?UTF-8?q?=C3=81dding=20typenames=20to=20update=20the=20s?= =?UTF-8?q?tore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/coral-embed-stream/src/graphql/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/coral-embed-stream/src/graphql/index.js b/client/coral-embed-stream/src/graphql/index.js index dab648c8b..7ca22a5f4 100644 --- a/client/coral-embed-stream/src/graphql/index.js +++ b/client/coral-embed-stream/src/graphql/index.js @@ -154,11 +154,13 @@ const extension = { tag: { name: tag, created_at: new Date().toISOString(), + __typename: 'Tag' }, assigned_by: { id: auth.toJS().user.id, + __typename: 'User' }, - __typename: 'Tag' + __typename: 'TagLink' })), status: null, replyCount: 0,