Skip to content

Commit

Permalink
refix 725b5bf, was still importing React-enabled ApolloClient
Browse files Browse the repository at this point in the history
  • Loading branch information
pospi committed Feb 3, 2023
1 parent ac79497 commit 2aeab60
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/graphql-client/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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, {
Expand Down

0 comments on commit 2aeab60

Please sign in to comment.