Y
Hacker News
new
|
ask
|
show
|
jobs
by
brblck
3568 days ago
Yup. That's something we can handle internally, under the hood to batch database requests into a single query for all edges. This problem is actually
easier
to solve in GraphQL then it is with a traditional REST API.
1 comments
arianvanp
3568 days ago
Exactly, now you put the onus to solve N+1 on the serverside, instead of in the old case the client would do N+1 requests...
link