Skip to content

graphql 0.4.5

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 (f66ddf55f93010f7e2ca4ca717d522d4d0d4b12b)
  • 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)