···2121can cause bloat for client-side apps, where we'd rather choose lower bundlesize impact
2222over fidelity.
23232424-`graphql-web-lite` is an **experimental** library, providing an alias package that can
2525-be swapped in for the standard `graphql` package in client-side applications.
2424+`graphql-web-lite` provides an alias package that can be swapped in for the standard
2525+`graphql` package in client-side applications.
2626It aims to reduce the size of imports that are in common use by GraphQL clients and
2727users, while still providing most `graphql` exports that are used in other contexts.
2828+2929+It replaces the default `language` exports with
3030+[`@0no-co/graphql.web`](https://github.com/0no-co/graphql.web) for a leaner
3131+parser, printer, and visitor, which only support the GraphQL query language and
3232+are tested to 100% coverage and built to match GraphQL.js’ performance.
28332934## Installation
3035