Mirror: The small sibling of the graphql package, slimmed down for client-side libraries.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: Remove experimental note

+7 -2
+7 -2
README.md
··· 21 21 can cause bloat for client-side apps, where we'd rather choose lower bundlesize impact 22 22 over fidelity. 23 23 24 - `graphql-web-lite` is an **experimental** library, providing an alias package that can 25 - be swapped in for the standard `graphql` package in client-side applications. 24 + `graphql-web-lite` provides an alias package that can be swapped in for the standard 25 + `graphql` package in client-side applications. 26 26 It aims to reduce the size of imports that are in common use by GraphQL clients and 27 27 users, while still providing most `graphql` exports that are used in other contexts. 28 + 29 + It replaces the default `language` exports with 30 + [`@0no-co/graphql.web`](https://github.com/0no-co/graphql.web) for a leaner 31 + parser, printer, and visitor, which only support the GraphQL query language and 32 + are tested to 100% coverage and built to match GraphQL.js’ performance. 28 33 29 34 ## Installation 30 35