Last active
March 12, 2019 13:44
-
-
Save simistern/6aad6313920b1b21da7f639ebbf949e2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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