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.
2 parents e2d14d8 + 4f0d49b commit d5ba081Copy full SHA for d5ba081
src/index.js
@@ -10,7 +10,11 @@ import { InMemoryCache } from 'apollo-cache-inmemory'
10
import { BrowserRouter } from 'react-router-dom'
11
import { AUTH_TOKEN } from './constants'
12
import { setContext } from 'apollo-link-context'
13
+<<<<<<< HEAD
14
import { split } from 'apollo-link'
15
+=======
16
+import { split } from 'apollo-client-preset'
17
+>>>>>>> 4f0d49bc754427951f0ce8b0345373051b6047b0
18
import { WebSocketLink } from 'apollo-link-ws'
19
import { getMainDefinition } from 'apollo-utilities'
20
0 commit comments