···31> project](https://github.com/0no-co/graphql-web-lite) is maintained to be
32> a full shim/alias for the `graphql` package.
3300000000034### API
3536Currently, only a select few exports are provided — namely, the ones listed here
···31> project](https://github.com/0no-co/graphql-web-lite) is maintained to be
32> a full shim/alias for the `graphql` package.
3334+### Overview
35+36+`@0no-co/graphql.web` aims to provide a minimal set of exports to implement
37+client-side GraphQL utilities, mostly including parsing, printing, and visiting
38+the GraphQL AST, and the `GraphQLError` class.
39+40+Currently, `graphql.web` compresses to under 4kB and doesn’t regress on
41+GraphQL.js’ performance when parsing, printing, or visiting the AST.
42+43### API
4445Currently, only a select few exports are provided — namely, the ones listed here