Summary
Many companies that use GraphQL at scale today use GraphQL Federation, which essentially composes many microservices that expose a part of the GraphQL schema.
When there is a backend team that's already using GraphQL and liking it, being able to stitch their schema into the data layer might be appealing.
Another use case is third-party APIs that are already GraphQL.
Another use case is companies that are already using GraphQL and want to stitch their existing API into Fuse—but I'm unsure why they would use Fuse.js on top of that 🤔
Proposed Solution
Fuse.js could either:
- Support composing/connecting subgraphs (which would require us to reimplement Federation)
- Support stitching in other GraphQL APIs, including existing supergraphs
Summary
Many companies that use GraphQL at scale today use GraphQL Federation, which essentially composes many microservices that expose a part of the GraphQL schema.
When there is a backend team that's already using GraphQL and liking it, being able to stitch their schema into the data layer might be appealing.
Another use case is third-party APIs that are already GraphQL.
Another use case is companies that are already using GraphQL and want to stitch their existing API into Fuse—but I'm unsure why they would use Fuse.js on top of that 🤔
Proposed Solution
Fuse.js could either: