krislefeber / nestjs-dataloader

Dataloader plugin for NestJS
https://krislefeber.github.io/nestjs-dataloader/
MIT License
148 stars 45 forks source link

The loader UserLoader is not provided #2

Closed sagarprince closed 4 years ago

sagarprince commented 4 years ago

I provided UserLoader into module providers still i get above issue also i debug code and what i found is in code is that this below line this.moduleRef.get<NestDataLoader<any, any>>(type, { strict: false }) returns empty class like this (UserLoader {}) without generateDataLoader function thats why it throws Please give me a solution for this.