graphql-query-complexity
graphql-query-complexity copied to clipboard
GraphQL query complexity analysis and validation for graphql-js
Results
21
graphql-query-complexity issues
Sort by
recently updated
recently updated
newest added
`lodash.get` is deprecated as it is no-longer necessary; its functionality is available natively via [optional chaining](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining) (potentially coupled with [nullish coalescing](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing)): https://www.npmjs.com/package/lodash.get > Author message: > This package is deprecated....