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

v0.4.0

Compare
Choose a tag to compare
@leebyron leebyron released this 01 Oct 02:29
· 834 commits to main since this release

New/Breaking:

  • Built-in GraphiQL! If enabled by providing the option graphiql: true, when visiting your express-graphql endpoint from a browser, you will load GraphiQL allowing for easier debugging of queries. (#16)
  • Non-query operations no longer allowed via GET requests. Performing a mutation over GET could allow for potentially dangerous CSRF attacks. express-graphql now ensures mutations are only executed in a POST request. (#18)
  • Expects a peer dependency of graphql of version ^0.4.5

Fixes:

  • Better handling of pre-parsed POST bodies. (#11)
  • Correct mime type for JSON