GraphQL subgraph service (DGS) corresponding to the products domain from Edge GraphQL.
It's builded with Apollo Federation v2 which is an open source architecture for building a distributed graph.
To run application, just type:
yarn dev
or in docker:
make dev
Products GraphQL subgraph will be running on localhost:4002/graphql
- Add Database
- Add Makefile
- Run on docker