graphql-validation-complexity
graphql-validation-complexity copied to clipboard
Import Error
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 file for module 'graphql-validation-complexity'. 'c:/graphql-validation-complexity/lib/index.js' implicitly has an 'any' type.
Try npm i --save-dev @types/graphql-validation-complexity
if it exists or add a new declaration (.d.ts) file containing declare module 'graphql-validation-complexity';
Able to resolve this issue by creating a 'index.d.ts' file with index.js content. It seems like this file is missing from the source code. Please resolve.
The project seems to contain all required declarations, however there were no release with valid config
The project seems to contain all required declarations, however there were no release with valid config
Duplicate https://github.com/4Catalyzer/graphql-validation-complexity/issues/263