Hacker News new | ask | show | jobs
by pfarrell 1950 days ago
When I looked into implementing GraphQL, it didn’t seem to require the data I was serving be a graph. I found the big difference with REST was that GQL allows the consumer to define the properties returned rather than having backend engineers have to think through every use case. It wasn’t enough of a killer feature to risk the timeline on that project, so my experience is limited.
1 comments

Backend engineers still need to think through every use case to decide what fields to expose.