v0.4.5
New:
- Resolvers can now return a JavaScript
Error
object to indicate resolution failure. They can also return Arrays where only certain indices containError
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)