Skip to content

Instantly share code, notes, and snippets.

@timhanlon
timhanlon / apollo-module.js
Last active July 20, 2018 22:20
apollo-module v4.0.0-rc.0 token issue with multiple clients
import Vue from 'vue'
import VueApollo from 'vue-apollo'
import 'isomorphic-fetch'
import { createApolloClient, restartWebsockets } from 'vue-cli-plugin-apollo/graphql-client'
import jsCookie from 'js-cookie'
import cookie from 'cookie'
import { InMemoryCache } from 'apollo-cache-inmemory'
Vue.use(VueApollo)