Skip to content

v0.4.5

Compare
Choose a tag to compare
@leebyron leebyron released this 01 Oct 01:55
· 2844 commits to 16.x.x since this release

New:

  • Resolvers can now return a JavaScript Error object to indicate resolution failure. They can also return Arrays where only certain indices contain Error objects. (#178)
  • Unicode support clarified and restricted (#186)
  • getOperationAST() utility added (f66ddf5)
  • Early error if deprecation API is misused. (#185)
  • Clearer lex errors when encountering a non-printable character (#183)

Fixes:

  • Built-in Scalars and Introspection types now have descriptions
  • Input object duplicate values now parse correctly and are reported as validation errors (#184)