GraphQL is purposefully transport/protocol agnostic. Nothing is stopping us from implementing GraphQL over H2, over UDP, or even as a new GraphQL specific protocol.
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...
- build a GraphQL API server that is resolved by many underlying serv...
- 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