From 2aeab605be97e6aa532fee03161da03aafbf6cd3 Mon Sep 17 00:00:00 2001 From: pospi Date: Fri, 3 Feb 2023 17:33:35 +1000 Subject: [PATCH] refix 725b5bf4, was still importing React-enabled ApolloClient --- modules/graphql-client/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/graphql-client/index.ts b/modules/graphql-client/index.ts index f23ead8ec..ae1031725 100644 --- a/modules/graphql-client/index.ts +++ b/modules/graphql-client/index.ts @@ -5,8 +5,7 @@ * @since 2020-07-14 */ -import { InMemoryCache } from '@apollo/client' -import { ApolloClient } from '@apollo/client/core' +import { ApolloClient, InMemoryCache, NormalizedCacheObject } from '@apollo/client/core' import { SchemaLink } from '@apollo/link-schema' import bindSchema, {