Embed Notice
HTML Code
Corresponding Notice
- Embed this notice@alex @Terry @icedquinn @djsumdog @NEETzsche @marine >With GraphQL it can be done in a single request, because I can simply query both at once.
it also can not just be one request for all those relationships but it can be fewer than N requests for N followers to the DB because of how graphql caches nodes. if you've already seen some of those relationships recently you can just pluck those out of the client cache and get the remaining from the DB