Reputation: 749
We're working on typescript microservices with REST APIs. We consider to implement GraphQL on each microservice add an API Gateway on the top level, so it will be just a single API. At the moment we're just learning about what's possible to do, we have no knowledge about GraphQL servers.
We read that schema stitching is deprecated, and we're more interested in schema federation.
Is there any alternatives Apollo federation ?
Does the type-graphql package offers the same functionnality ?
EDIT 1
We don't want a cloud solution, we're building our own servers
We're looking for a low-level API (prefered, not required)
Upvotes: 2
Views: 872
Reputation: 11
I would recommend you check this. While Schema Stitching fell into deprecation limbo for a few years, its new maintainers have brought it back in a big way, and it feels like it’s breaking new ground into a post-extends era of GraphQL gateway design.
Upvotes: 1
Reputation: 25
Hasura io may work for your team, instant GraphQL for all your data.
Upvotes: 1