Mirror: The spec-compliant minimum of client-side GraphQL.

Update README with overview

Changed files
+9
+9
README.md
··· 31 31 > project](https://github.com/0no-co/graphql-web-lite) is maintained to be 32 32 > a full shim/alias for the `graphql` package. 33 33 34 + ### 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 + 34 43 ### API 35 44 36 45 Currently, only a select few exports are provided — namely, the ones listed here