Mohammed Osama

Results 6 comments of Mohammed Osama

Due to the nature of Typescript decorators, All of the decorators are going to run in reversed order as for: https://www.typescriptlang.org/docs/handbook/decorators.html#decorator-composition Therefore, it's not really related to your custom rule...

I fixed the issue by stopping the server, and then starting it again.

@vnenkpet this throws an error Nest can't resolve dependencies of the UserDataLoader (?).

it took me like 2 days debugging how to use DataLoader with Nestjs, and finally I could make it. so here is what I did perhaps this might help someone...

Dataloader is designed to end up the cached version by the end of the request. It was designed to do so. this will help you to batch a multiple requests...

Hello @bcoe ! I had a confusion with the servicePath option and thought it meant the service account file path which doesn't matter how many retries we gonna consume at...