Mirror: The spec-compliant minimum of client-side GraphQL.
@0no-co/graphql.web#
0.1.6#
Patch Changes#
- ⚠️ Fix float pattern and int/float decision in value parsing Submitted by @kitten (See #8)
- Remove redundant code paths from
visitand parser Submitted by @kitten (See #8)
0.1.5#
Patch Changes#
- Move over unit tests from
graphql-web-liteand fix minor discrepancies to reference implementation Submitted by @kitten (See #6) - Optimize performance of
printandparsewith minor adjustments Submitted by @kitten (See #5)