After added the package to my project and tried to import it, I got this error:
Could not find a declaration file for module 'graphql-introspection-filtering'. '/../../../graphql/node_modules/graphql-introspection-filtering/dist/index.js' implicitly has an 'any' type.
Try npm install @types/graphql-introspection-filtering if it exists or add a new declaration (.d.ts) file containing declare module 'graphql-introspection-filtering';
After added the package to my project and tried to import it, I got this error:
Could not find a declaration file for module 'graphql-introspection-filtering'. '/../../../graphql/node_modules/graphql-introspection-filtering/dist/index.js' implicitly has an 'any' type. Try
npm install @types/graphql-introspection-filtering
if it exists or add a new declaration (.d.ts) file containingdeclare module 'graphql-introspection-filtering';