Hacker News new | ask | show | jobs
by pookeh 2055 days ago
Put differently, Graphql gives good defaults out of the box, and REST bad defaults.
1 comments

Apologies for being rude, but that’s just nonsense. What ‘good defaults’ does graphql give you?
You can do a lot of the things that Graphql does bu just a regular old JSON HTTP API. It's just not automatic and you will have to choose your own conventions
You no longer have to code data selectors explicitly for each endpoint.