Skip to content

Instantly share code, notes, and snippets.

@iskenxan
Created May 29, 2021 13:08
Show Gist options
  • Save iskenxan/85df0c8c12aaebc9b479594d36b2f894 to your computer and use it in GitHub Desktop.
Save iskenxan/85df0c8c12aaebc9b479594d36b2f894 to your computer and use it in GitHub Desktop.
import { ApolloClient, InMemoryCache } from "@apollo/client";
export const client = new ApolloClient({
uri: "https://api.spacex.land/graphql",
cache: new InMemoryCache()
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment