graphql-web-lite

JSON →
library 16.6.0-4 ·javascript
verified Jun 7, 2026

A slimmed-down fork of graphql-js (v16.6.0) optimized for client-side use. Retains the core GraphQL language and operation execution, but removes server-only features (schema definition, validation, introspection) to reduce bundle size (~50% smaller). Published as 'graphql-web-lite' on npm. Suitable for lightweight GraphQL clients or fragments of graphql-js where full parser/executor is needed without schema building. Active maintenance tracking graphql-js releases.