From 6bbeee3a6b5fa942ae5a29079071c54aed25b3a0 Mon Sep 17 00:00:00 2001 From: Benjamin Goering Date: Thu, 18 May 2017 08:11:39 -0700 Subject: [PATCH] StopIgnoringUser does not refetch EmbedQuery --- client/coral-embed-stream/src/graphql/index.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/client/coral-embed-stream/src/graphql/index.js b/client/coral-embed-stream/src/graphql/index.js index 09756fcd1..079f0697b 100644 --- a/client/coral-embed-stream/src/graphql/index.js +++ b/client/coral-embed-stream/src/graphql/index.js @@ -139,9 +139,6 @@ const extension = { } }), StopIgnoringUser: ({variables}) => ({ - refetchQueries: [ - 'EmbedQuery', - ], updateQueries: { EmbedStreamProfileQuery: (previousData, {mutationResult}) => { const noLongerIgnoredUserId = variables.id;