Y
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
HeyHoJoe
2055 days ago
Apologies for being rude, but that’s just nonsense. What ‘good defaults’ does graphql give you?
link
dosethree
2052 days ago
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
link
pookeh
2054 days ago
You no longer have to code data selectors explicitly for each endpoint.
link