We can often categorize APIs in three broad categories: Private APIs (Internal to an organization) Partner APIs (Shared with a limited amount of partners) Public APIs (Fully public APIs accessible by almost anyone)
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...
- 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...
- View all
Related Notes
- Dependencies (coupling) is an important concern to address, but it&...from kbouck
- By replacing integration tests with unit tests, we're losing al...from Computer Things
- I propose that there is one problem chief among them, an impetus fo...from George Hosu
- When software -- or idea-ware for that matter -- fails to be access...from gist.github.com
- Any software is considered free software so long as it upholds the ...from writefreesoftware.org
- discipline doesn’t scale, and if you want people to use good practi...from Fernando Borretti
- Nathan's four Laws of Software: 1. **Software is a gas** ...from Jeff Atwood
- > Any sufficiently complicated [C](https://en.wikipedia.org/wiki...from From Wikipedia, the free