Tag: permissions
-
NestJS – How can dataloaders be used in combination with GraphQL Shield?
0 I recently found that because I have asynchronous calls being made in some of my shield rules, it’s causing my dataloader batch functions to be called multiple times, when they should only be called once, which leaves me with the N+1 problem. I believe this is due to how the dataloader library requires that…