Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

v0.6.0

Compare
Choose a tag to compare
@leebyron leebyron released this 12 Nov 02:06
· 680 commits to main since this release

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)