- A minimal GraphQL layer built on top of postman-demo API
git clone&&cd simple-apollo-servernpm i- Follow this README to setup the Data Source.
npm start- Your Apollo server is now running on localhost:4000 🚀
- Run queries in Apollo Studio or implement Apollo Client in your front-end app.
Feel free to clone both repos and implement the users and products GraphQL layer on your own.