Releases: graphql-community/koa-graphql
Releases · graphql-community/koa-graphql
v0.7.1
New:
- Flow types now exported from npm module
Fixed:
- Uses latest version of GraphiQL (v0.10.1)
v0.7.0
- Use async function instead of generator to native support for koa@2
v0.6.3
- Update GraphiQL to latest release (v0.9.3).
v0.6.2
Updates to latest GraphiQL build
v0.6.1
- Support for [email protected]
v0.6.0
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.