Nestjs-Graphql-Tools
Nestjs-Graphql-Tools copied to clipboard
NestJS Graphql Tools is a flexible solution that provides a bunch of decorators for solving problems like n+1 request, filtering, sorting, pagination, polymorphic relation, graphql field extraction. I...
**Is your feature request related to a problem? Please describe.** Right now we have `LoaderData`.`parent` as any ```ts export interface LoaderData { parent: any; // ... } ``` **Describe the...
The exclude on field decorator is currently not working because it is not properly restored from metadata at initialization of GraphqlFilterTypeDecoratorMetadata. This pull request fixes that issue
**Describe the bug** There seems to be a bug where the `@FilterField({ exclude: true })` decorator in the `nestjs-graphql-tools` package only excludes the last field it is applied to when...
Bumps [dset](https://github.com/lukeed/dset) from 3.1.3 to 3.1.4. Commits 05b1ec0 3.1.4 16d6154 fix: prevent proto assignment via implicit string 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...
Bumps [@octokit/request-error](https://github.com/octokit/request-error.js) from 5.1.0 to 5.1.1. Release notes Sourced from @octokit/request-error's releases. v5.1.1 5.1.1 (2025-02-14) Bug Fixes ReDos regex vulnerability, reported by @dayshift (12a14f0) Commits b51ed27 test: ReDos regex vulnerability,...
Bumps [@octokit/endpoint](https://github.com/octokit/endpoint.js) from 9.0.5 to 9.0.6. Release notes Sourced from @octokit/endpoint's releases. v9.0.6 9.0.6 (2025-02-14) Bug Fixes ReDos regex vulnerability, reported by @DayShift (#515) (599ff4f) Commits 599ff4f fix: ReDos regex...
Bumps [dataloader](https://github.com/graphql/dataloader) from 2.2.2 to 2.2.3. Release notes Sourced from dataloader's releases. v2.2.3 What's Changed refactor: replace var statements with const or let statements by @shogo-nakano-desu in graphql/dataloader#337 Fix correct...
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6. Changelog Sourced from cross-spawn's changelog. 7.0.6 (2024-11-18) Bug Fixes update cross-spawn version to 7.0.5 in package-lock.json (f700743) 7.0.5 (2024-11-07) Bug Fixes fix escaping bug...
Bumps [@eslint/plugin-kit](https://github.com/eslint/rewrite) from 0.2.2 to 0.2.3. Release notes Sourced from @eslint/plugin-kit's releases. plugin-kit: v0.2.3 0.2.3 (2024-11-14) Dependencies The following workspace dependencies were updated devDependencies @eslint/core bumped from ^0.8.0 to ^0.9.0...