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.
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.