Skip to content

Instantly share code, notes, and snippets.

@simistern
Last active March 12, 2019 13:44
Show Gist options
  • Save simistern/6aad6313920b1b21da7f639ebbf949e2 to your computer and use it in GitHub Desktop.
Save simistern/6aad6313920b1b21da7f639ebbf949e2 to your computer and use it in GitHub Desktop.
"apollo-boost": "^0.3.0",
"graphql": "^14.1.1",
"graphql-tag": "^2.10.1"
"react-apollo": "^2.5.0",
/* src/config/api.js */
-----------------------------------
import ApolloClient from 'apollo-boost';
export default new ApolloClient({
uri: 'https://api.graph.cool/simple/v1/cjh2hph6n6njl0108f6n59j3j'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment