···3131> project](https://github.com/0no-co/graphql-web-lite) is maintained to be
3232> a full shim/alias for the `graphql` package.
33333434+### Overview
3535+3636+`@0no-co/graphql.web` aims to provide a minimal set of exports to implement
3737+client-side GraphQL utilities, mostly including parsing, printing, and visiting
3838+the GraphQL AST, and the `GraphQLError` class.
3939+4040+Currently, `graphql.web` compresses to under 4kB and doesn’t regress on
4141+GraphQL.js’ performance when parsing, printing, or visiting the AST.
4242+3443### API
35443645Currently, only a select few exports are provided — namely, the ones listed here