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 visit and parser Submitted by @kitten (See #8)

0.1.5#

Patch Changes#

  • Move over unit tests from graphql-web-lite and fix minor discrepancies to reference implementation Submitted by @kitten (See #6)
  • Optimize performance of print and parse with minor adjustments Submitted by @kitten (See #5)

0.1.4#

Patch Changes#

  • Establish type compatibility with graphql package Submitted by @kitten (See #3)