Home - maapteh/graphql-modules-app GitHub Wiki
Welcome!
This repository is created to show the power of injectable GraphQL modules. It will also showcase a complete working frontend application with Apollo React hooks. For the frontend NextJS is used because it saves me writing code, the focus is on the modules and how easy it is to test them and give them SSR/CSR responses.
For the GraphQL server open API data from bol.com is being used. For that you will need a key, but by default it will run the server in mock mode. Some responses for this services are mocked.
Server
App
For a working online version see the main readme. It's on Heroku, so please give it some time to spin up.