Skip to content

Releases: graphql-python/flask-graphql

v2.0.1

Choose a tag to compare

@jkimbo jkimbo released this 05 Dec 15:30
0137ca1
  • Pin graphql-core to <3 (#60)

2.0

2.0

Choose a tag to compare

@syrusakbary syrusakbary released this 19 Jul 21:42

Changelog

  • Added official support for Python 3.7 64bab07
  • Use stable version of graphql-server-core (1.1) 3d607a0

2.0rc0

Choose a tag to compare

@syrusakbary syrusakbary released this 05 Jun 23:24
23fb85c

Changelog

v1.4.1

Choose a tag to compare

@syrusakbary syrusakbary released this 24 Feb 21:37

Changelog

  • Don't send referrer to jsdelivr f7a5b36
  • Refactored GraphiQL rendering 5fb5cd6

v1.4.0

Choose a tag to compare

@syrusakbary syrusakbary released this 14 Dec 06:48

Changelog

  • Added support for batch GraphQL queries #21
  • Prettify result of query when using GraphiQL b26ee01
  • Add context as attribute to the view 31de8cc
  • Added GraphiQL template injection 2128bf5

Extra

  • Improved testing (context and pretty extra tests)