Skip to content

Commit 0ce1603

Browse files
committed
chore: Update README
1 parent dfea5e0 commit 0ce1603

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,23 @@
1616
<br />
1717
</div>
1818

19-
`@0no-co/graphql.web` is an **experimental** library, aiming to provide an
20-
absolute minimum of features and exports of `graphql` utilities that typical
21-
GraphQL web apps or GraphQL clients need.
19+
`@0no-co/graphql.web` is a utility library, aiming to provide the minimum of
20+
functions that typical GraphQL clients need and would usually import from
21+
`graphql`, e.g. a GraphQL query parser, printer, and visitor.
2222

2323
While its goal isn’t to be an exact match to [the GraphQL.js
24-
API](https://graphql.org/graphql-js/graphql/) it aims to provide API- and
24+
API](https://graphql.org/graphql-js/graphql/) it aims to remain API- and
2525
type-compatible where possible and necessary. However, its goal is to provide
2626
the smallest implementation for common GraphQL utilities that are still either
2727
spec-compliant or compatible with GraphQL.js’ implementation.
2828

29-
> **Note:** While this library can be used as a drop-in replacement for
30-
> `graphql` in _some cases_, the [`graphql-web-lite`
31-
> project](https://github.com/0no-co/graphql-web-lite) is maintained to be
32-
> a full shim/alias for the `graphql` package.
29+
> **Note:** If you’re instead looking for a drop-in replacement for the
30+
> `graphql` package that you can just alias into your web apps, read more about
31+
> the [`graphql-web-lite` project](https://github.com/0no-co/graphql-web-lite),
32+
> which uses this library to shim the `graphql` package.
33+
34+
[`@urql/core`](https://github.com/urql-graphql/urql) depends on this package to
35+
power its GraphQL query parsing and printing.
3336

3437
### Overview
3538

0 commit comments

Comments
 (0)