apollo-monorepo-poc

POC for a Web-TS monorepo using a Apollo Federation API


Project maintained by Rock-n-Prog Hosted on GitHub Pages — Theme by mattgraham

API Gateway

Service is located at services/api-gateway.

This service consumes other services. For more info, read their docs:

Software architecture

Apollo Federation (GraphQL) supergraph handler and API Gateway.

Fetches subgraphs provided by each domain services and produces one supergraph, to be consumed by clients.

File structure

TODO: If we have more than index.ts, explain here.