Hacker News new | ask | show | jobs
by fiddlerwoaroof 747 days ago
A lot of graphql implementation end up moving the n+1 problem to the query resolver.
1 comments

Every GQL implementation I have seen explicitly has a way to avoid n+1 queries.