You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmmm... looks like that there is no intention to actually move this project forward. ¯_(ツ)_/¯
I'll stick to the original Dataloader with some context creation to fulfil my needs.
Hey, apologies for the late reaction. Thank you for reporting this, I have made a fix for the problem and released it in v0.3, please give it a try and let me know if there are other issues.
Also please have a second look at the readme as I had to change how the loader factories are registered into Nest.js DI container, unfortunately.
Despite this line, when attempting to inject a service into a LoaderFactory, it does not appear to be successful.
When testing against my own application, it says that it cannot find the service despite it being part of the same module.
When testing by modifying Loader.test.ts, it appears to fail and simply be undefined:
The text was updated successfully, but these errors were encountered: