build a GraphQL API server that is resolved by many underlying services, while still keeping the graph in a single place.
Production Ready GraphQL
from Marc-Andre Giroux 📕
Filed under:
Same Source
- All in all, I don’t think service communication is the sweet spot f...
- GraphQL is purposefully transport/protocol agnostic. Nothing is sto...
- Airbnb’s approach of wiring up different schemas together to form t...
- My advice would be for GraphQL APIs to rely on conventions as much ...
- A lot has to be reinvented with a GraphQL API. Errors, caching, rat...
- The trade-off, though, is that a uniform interface degrades efficie...
- We can often categorize APIs in three broad categories: Private API...
- View all