We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20176e3 commit fdafd01Copy full SHA for fdafd01
client.tsx
@@ -1,5 +1,5 @@
1
import { HttpLink, InMemoryCache, ApolloClient } from '@apollo/client';
2
-import { getMainDefinition } from '@apollo/client/utilities';
+import { getMainDefinition } from '@apollo/client/utilities/index.js';
3
import { ApolloLink, concat, split } from 'apollo-link';
4
import { WebSocketLink } from 'apollo-link-ws';
5
import fetch from 'node-fetch';
0 commit comments