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 298ba06 commit f9a709bCopy full SHA for f9a709b
basic/src/main.js
@@ -5,6 +5,7 @@ import { HttpLink } from 'apollo-link-http'
5
import { InMemoryCache } from 'apollo-cache-inmemory'
6
import { WebSocketLink } from 'apollo-link-ws'
7
import { ApolloLink, split } from 'apollo-link'
8
+import { getMainDefinition } from 'apollo-utilities'
9
import VueApollo from 'vue-apollo'
10
import router from './router'
11
0 commit comments