Skip to content

graphql 0.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 (3a6b4d130f225c275cba3027245ffaff0f4b7799)

Fixes:

  • Nested input objects with similarly named keys could falsely fail validation #206