Skip to content

Instantly share code, notes, and snippets.

@SaraVieira
Created March 30, 2018 18:19
Show Gist options
  • Save SaraVieira/82379e5bf68c74a706931f3f4efbdb68 to your computer and use it in GitHub Desktop.
Save SaraVieira/82379e5bf68c74a706931f3f4efbdb68 to your computer and use it in GitHub Desktop.
const client = new ApolloClient({
uri: "https://api.graph.cool/simple/v1/cjexem1he3let0153tpc5ftu1"
});
const apolloProvider = new VueApollo({
defaultClient: client
});
Vue.use(VueApollo);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment