Skip to content

omar-gamel/nestjs-dataloader

Repository files navigation

How to Use GraphQL DataLoader ?

GraphQL offers a very convenient way to handle database relations. But with this simplicity comes with an issue that actually easy to fix, but sometimes people forget about it. And that issue is known as the "N+1" problem. In this tutorial, we will learn on how to fix this problem using DataLoader.