My advice would be for GraphQL APIs to rely on conventions as much as possible. Clients should not have to learn new conventions every time they face a new GraphQL API, especially if we want GraphQL to succeed as a technology
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...
- build a GraphQL API server that is resolved by many underlying serv...
- Airbnb’s approach of wiring up different schemas together to form t...
- 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