logoalt Hacker News

roflyearyesterday at 8:59 PM2 repliesview on HN

I do think that using graphql will solve a lot of problems for people but it's super surprising how many people absolutely hate it.


Replies

dcreyesterday at 9:02 PM

GraphQL is just a typed schema (good) with a server capable of serving any subset of the entire schema at a time (pain in the ass).

show 2 replies
koakuma-chanyesterday at 9:46 PM

I wish people at least stopped using JavaScript and stopped writing requests to back-end by hand.