Legacy REST APIs become first-class graph citizens
Scenario
A financial services company has critical REST APIs that cannot be rewritten but need to appear in the federated graph.
How Cosmo handles it
Define a GraphQL subgraph schema representing the REST API. Generate protobuf definitions with the CLI. Implement a thin gRPC adapter that calls the REST endpoints. Connect it to the federated graph.
Outcome
Legacy APIs join the supergraph without rewriting any business logic.

