graphql-introspection-filtering

JSON →
library 3.0.0 ·javascript
verified Jun 7, 2026

GraphQL library to filter introspection query results by hiding restricted fields and types using schema mappers and directives. Current stable version: 3.0.0. Maintained actively, tested with GraphQL 16.6.0 and @graphql-tools 8.0.0-10.0.0. Key differentiator: allows conditional filtering based on context, supports skipping unfiltered queries, and integrates with makeExecutableSchema. Requires peer dependencies graphql >=14.0.0, @graphql-tools/schema >=8.0.0, and @graphql-tools/utils >=8.0.0. Ships TypeScript type definitions.