1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Update README.md (#1368)

Fix graph.cool link in example
This commit is contained in:
Tim Suchanek 2017-03-07 14:47:31 +01:00 committed by Tim Neutkens
parent 08d9847ab7
commit 40573317f7

View file

@ -31,4 +31,4 @@ In this simple example, we integrate Apollo seamlessly with Next by wrapping our
On initial page load, while on the server and inside `getInitialProps`, we invoke the Apollo method, [`getDataFromTree`](http://dev.apollodata.com/react/server-side-rendering.html#getDataFromTree). This method returns a promise; at the point in which the promise resolves, our Apollo Client store is completely initialized.
This example relies on [graph.cool](graph.cool) for its GraphQL backend.
This example relies on [graph.cool](https://www.graph.cool) for its GraphQL backend.