Content:
- Two backend services: Authors (port 4100) and Books (port 4200)
- Gateway combining their APIs (port 4000)
- Client consuming said APIs (port 3000)
- clone and install dependencies
- run
yarn start
which will start 3 services: gateway, authors api, books api
Alternatively, you can check this codesandbox, which is usually kept up to date with this repo.
- Reload server after change: ardatan/graphql-mesh#1906