vertexbz / graphql-introspection-filtering

Filter graphql schema introspection result to hide restricted fields and types
MIT License
22 stars 3 forks source link

declaration file #2

Closed ferilevai closed 4 years ago

ferilevai commented 4 years ago

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';