v0.4.10
New:
buildClientSchema()
now supports deprecated fields #216- Custom directives now supported by GraphQLSchema #215
concatAST()
utility added, which helps support validation of graphql fragments spread across multiple sources (3a6b4d1)
Fixes:
- Nested input objects with similarly named keys could falsely fail validation #206