Skip to content

v0.6.0

Compare
Choose a tag to compare
@chentsulin chentsulin released this 13 Nov 04:31
· 193 commits to main since this release

This release includes support for [email protected], which supports the October 2016 edition of the GraphQL specification.

New/Fixes:

  • Adds ability to supply an extensions field in the response. (#79)
  • Sends a 500 status code when the request failed to produce data in the response (#77)
  • Uses the latest version of GraphiQL.

Breaking:

  • Pass response as second argument to thunk, ctx as third. (#52, #80)