fix(docs): apollo-react blog post link

This commit is contained in:
imprevo 2020-09-09 01:16:46 +07:00 committed by Victor Savkin
parent 6b8592da2e
commit 6bc63d5c74

View File

@ -7,6 +7,6 @@ In this article, youll learn how to:
- Autogenerate frontend code based on your GraphQL schema
- Create a React application to consume your GraphQL api
**Blog Post:** [Using Apollo GraphQL with React in an Nx Workspace](https://blog.nrwl.io/using-apollo-graphql-with-react-in-an-nx-workspace-99db8d69ceb)
**Blog Post:** [Using Apollo GraphQL with React in an Nx Workspace](https://blog.nrwl.io/using-apollo-graphql-with-react-in-an-nx-workspace-99db8d69cebe)
**Repository:** [nx-apollo-react-example](https://github.com/nrwl/nx-apollo-react-example)