Skip to content

Instantly share code, notes, and snippets.

@mxmzb
Last active September 25, 2019 11:24
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 mxmzb/17c377b40130aa1dff20b6c37573f647 to your computer and use it in GitHub Desktop.
Save mxmzb/17c377b40130aa1dff20b6c37573f647 to your computer and use it in GitHub Desktop.
Apollo link
import { ApolloClient } from "apollo-client";
import link from "./apolloLink";
const client = new ApolloClient({
link,
});
export default client;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment