From b521934ee2dc22647ce3c856800820726137e9fc Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Fri, 19 May 2017 02:24:47 +0700 Subject: [PATCH] Remove unneeded refetch --- client/coral-admin/src/graphql/mutations/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/client/coral-admin/src/graphql/mutations/index.js b/client/coral-admin/src/graphql/mutations/index.js index 0e3b6b25c..3aef68ebc 100644 --- a/client/coral-admin/src/graphql/mutations/index.js +++ b/client/coral-admin/src/graphql/mutations/index.js @@ -38,7 +38,6 @@ export const suspendUser = graphql(SUSPEND_USER, { variables: { input, }, - refetchQueries: ['Users'] }); } })