Hacker News new | ask | show | jobs
by luccasiau 922 days ago
I’d say it moves “all the complexity” to the backend if it were defining one REST endpoint for each page the client loads. With GraphQL, each resolver is individually much simpler logic, and there’s no effort to do the stitching.

So basically frontend+backend effort with GraphQL is much smaller than frontend+backend with REST