v0.6.0
版本发布时间: 2016-11-12 10:06:55
graphql/express-graphql最新发布版本:v0.12.0(2020-11-19 23:10:40)
This release includes support for graphql@0.8.0, which supports the October 2016 edition of the GraphQL specification.
New/Fixes:
- Adds ability to supply an
extensions
field in the response. (#152) - Sends a 500 status code when the request failed to produce
data
in the response (#151) - Exports
parseBody
for other libraries to use directly. (#150, #121) - Enable ETag support (#119)