Skip to content

Instantly share code, notes, and snippets.

@SurbhiKatariya
Created April 4, 2020 13:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SurbhiKatariya/7f1517963ebac2084388466079d69707 to your computer and use it in GitHub Desktop.
Save SurbhiKatariya/7f1517963ebac2084388466079d69707 to your computer and use it in GitHub Desktop.
Import files
import { ApolloClient } from 'apollo-client'
import { HttpLink } from 'apollo-link-http'
import { InMemoryCache } from 'apollo-cache-inmemory'
import { ApolloLink } from 'apollo-link'
import VueApollo from 'vue-apollo'
Vue.use(VueApollo)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment