DataLoader is a generic utility to be used as part of your application's data fetching layer to provide a consistent API over various backends and reduce requests to those backends via batching and caching.
MIT License
12.89k
stars
515
forks
source link
[QUESTION]Uncaught (in promise) Error: dataloader_1.default is not a constructor #296
When I use dataloader in nestjs, always report Uncaught (in promise) Error: dataloader_1.default is not a constructor
Could anyone explain why this is happening?
When I use dataloader in nestjs, always report Uncaught (in promise) Error: dataloader_1.default is not a constructor Could anyone explain why this is happening?