Skip to content

Commit f9a709b

Browse files
haltonNilan Marktanner
authored andcommitted
Fix getMainDefinition undefined issue.
Related #235.
1 parent 298ba06 commit f9a709b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

basic/src/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { HttpLink } from 'apollo-link-http'
55
import { InMemoryCache } from 'apollo-cache-inmemory'
66
import { WebSocketLink } from 'apollo-link-ws'
77
import { ApolloLink, split } from 'apollo-link'
8+
import { getMainDefinition } from 'apollo-utilities'
89
import VueApollo from 'vue-apollo'
910
import router from './router'
1011

0 commit comments

Comments
 (0)