I instrumented 95 DataLoaders in a production GraphQL API — here's what I found
DataLoader is the standard fix for GraphQL's N+1 query problem. Batch your database calls per request, cache within the request lifecycle, done. But o…
Tech news from the best sources
DataLoader is the standard fix for GraphQL's N+1 query problem. Batch your database calls per request, cache within the request lifecycle, done. But o…