graphql-validation-complexity
graphql-validation-complexity copied to clipboard
Query complexity validation for GraphQL.js
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-config-prettier](https://togithub.com/prettier/eslint-config-prettier) | [`^7.0.0` -> `^8.5.0`](https://renovatebot.com/diffs/npm/eslint-config-prettier/7.0.0/8.5.0) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`^7.15.0` -> `^8.28.0`](https://renovatebot.com/diffs/npm/eslint/7.15.0/8.28.0) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/cli](https://babel.dev/docs/en/next/babel-cli) ([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-cli)) | [`^7.12.10` -> `^7.26.4`](https://renovatebot.com/diffs/npm/@babel%2fcli/7.12.10/7.26.4) | [](https://docs.renovatebot.com/merge-confidence/) |...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. > [!WARNING] These dependencies are deprecated: | Datasource | Name | Replacement PR? |...
- Updated packages - Updated types `index.d.ts`
Hi Team, I am using garaphql apollo server and getting below error while importing graphql-validation-complexity module:- **Code Snippet :-** const {createComplexityLimitRule} = require("graphql-validation-complexity"); **Error :-** Could not find a declaration...
It seems that there is no type declaration in the npm package to use with typescript. npm i -D @types/graphql-validation-complexity npm ERR! code E404 npm ERR! 404 Not Found -...
https://github.com/4Catalyzer/graphql-validation-complexity/blob/3f4164b6608a1bcb6387fc330d89ee56c1ee0fcd/package.json#L3 Hello, thanks for this useful package. I wanted to point out that there does not seem to be a [release page](https://github.com/4Catalyzer/graphql-validation-complexity/releases) associated with the latest `0.4.2` version number. [This...
We'd need to adjust the cost of `__typename` for every type. Is there a quick way?