Skip to content

v0.5.0

Compare
Choose a tag to compare
@syrusakbary syrusakbary released this 12 May 07:38
· 487 commits to master since this release

Changelog

Features

  • Improve error handling #41
  • Add ability to add custom errors (inheriting from GraphQLError)
  • Expose all the function and classes
  • Move modules from graphql.core.* to graphql.*
  • Make tests relative to the directories

Breaking changes

Improve the executor to be closer to the reference implementation:

  • Uses Promise instead of Deferred as it simplifies the implementation. Use parallel resolvers automatically as default behavior when available. Use pypromise package. Related PR: #59

GraphQL-js Commit Checklist