Y
Hacker News
new
|
ask
|
show
|
jobs
by
xentronium
3566 days ago
In rails/graphql combo it's resolved the same way you usually resolve n+1 queries: you make 1 request per type of edge (i.e. one request for posts, one request for authors, on request for comments)