Better GraphQL

JSON →
library 16.7.2 ·javascript
verified Jun 7, 2026

A fork of graphql-js (the official JavaScript reference implementation for GraphQL) that adds enhancements, notably an option in printSchema to include all fields (including built-in scalars, introspection types, etc.) and exports printFilteredSchema for custom schema printing with user-defined filters. Version 16.7.2 mirrors the upstream graphql-js v16.7.2 but with these improvements. It ships TypeScript types and supports ESM and CJS. Suitable for developers needing finer control over schema introspection output without manual filtering.