graphql v0.3.2 Release Notes

Release Date: 2016-09-09 // over 7 years ago
    • ✨ Enhancements
      • Future support for deferred resolvers
      • GraphQL IDL compiler
    • 🛠 Bugfixes
      • Validate operation name matches an operation
      • Resolve no longer fails when it cannot find a matching function
      • Fix 1.3 warnings

    Thanks @freshtonic, @aweiker and @seanabrahams for contributing!


Previous changes from v0.3.1

    • 🛠 Bugfixes
      • Fix introspection to include Input types when input types are arguments to fields.