···1616 <br />
1717</div>
18181919-`@0no-co/graphql.web` is an **experimental** library, aiming to provide an
2020-absolute minimum of features and exports of `graphql` utilities that typical
2121-GraphQL web apps or GraphQL clients need.
1919+`@0no-co/graphql.web` is a utility library, aiming to provide the minimum of
2020+functions that typical GraphQL clients need and would usually import from
2121+`graphql`, e.g. a GraphQL query parser, printer, and visitor.
22222323While its goal isn’t to be an exact match to [the GraphQL.js
2424-API](https://graphql.org/graphql-js/graphql/) it aims to provide API- and
2424+API](https://graphql.org/graphql-js/graphql/) it aims to remain API- and
2525type-compatible where possible and necessary. However, its goal is to provide
2626the smallest implementation for common GraphQL utilities that are still either
2727spec-compliant or compatible with GraphQL.js’ implementation.
28282929-> **Note:** While this library can be used as a drop-in replacement for
3030-> `graphql` in _some cases_, the [`graphql-web-lite`
3131-> project](https://github.com/0no-co/graphql-web-lite) is maintained to be
3232-> a full shim/alias for the `graphql` package.
2929+> **Note:** If you’re instead looking for a drop-in replacement for the
3030+> `graphql` package that you can just alias into your web apps, read more about
3131+> the [`graphql-web-lite` project](https://github.com/0no-co/graphql-web-lite),
3232+> which uses this library to shim the `graphql` package.
3333+3434+[`@urql/core`](https://github.com/urql-graphql/urql) depends on this package to
3535+power its GraphQL query parsing and printing.
33363437### Overview
3538