nestjs-graphql-dataloader
nestjs-graphql-dataloader copied to clipboard
Easily add dataloader to a nestjs/graphql 7+ application with automatic sequencing and a template method
The current `@Loader` decorator works fine as a parameter to a `@ResolveField` function, etc. Is there a way to inject the data loader into a service constructor?
Bumps [terser](https://github.com/terser/terser) from 5.7.2 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
Bumps [sqlite3](https://github.com/TryGhost/node-sqlite3) from 5.0.0 to 5.0.3. Release notes Sourced from sqlite3's releases. v5.0.3 What's Changed Updated bundled SQLite to v3.38.2 - @daniellockyer Enabled math functions in compiler options - @kewde...
Hello, it seems this package doesn't support NestJs GraphQL Federation, have you tried to test it on a NestJs GraphQl Federation environment ? I have tried it and this is...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.2 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
command: npm i nestjs-graphql-dataloader --save output: npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving: @nestjs/[email protected] npm ERR! Found: @apollo/[email protected] npm ERR! node_modules/@apollo/federation...
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
I was recently trying to upgrade to NestJS 8, and when I do, Nest complains about being unable to load `ModuleRef`. When running on 7.x, this same code seemed to...