Skip to content

v0.4.10

Compare
Choose a tag to compare
@leebyron leebyron released this 27 Oct 02:34
· 2758 commits to 16.x.x since this release

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