From 38077cf3cfc19fdda0ce843fa9ab10fd72bf479e Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Thu, 8 Jun 2017 11:56:38 -0300 Subject: [PATCH] Missing fragment --- client/coral-embed-stream/src/graphql/index.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/client/coral-embed-stream/src/graphql/index.js b/client/coral-embed-stream/src/graphql/index.js index 7d20ea48b..aa6b5d9a2 100644 --- a/client/coral-embed-stream/src/graphql/index.js +++ b/client/coral-embed-stream/src/graphql/index.js @@ -36,18 +36,6 @@ const extension = { name } } - ModifyTagResponse: gql` - fragment CoralEmbedStream_ModifyTagResponse on ModifyTagResponse { - errors { - translation_key - } - } - `, - DeleteActionResponse: gql` - fragment CoralEmbedStream_DeleteActionResponse on DeleteActionResponse { - errors { - translation_key - } } `, CreateFlagResponse: gql`