API / GraphQL Interview Questions
What is the difference between Schema Stitching and Federation?
Schema Stitching: A manual process of merging multiple GraphQL APIs into a single gateway.
Federation: A more automated and declarative architecture (popularized by Apollo Federation) that allows different teams to own separate parts of a unified "supergraph".
More Related questions...