Releases: graphql-python/flask-graphql
Releases · graphql-python/flask-graphql
v2.0.1
- Pin graphql-core to <3 (#60)
2.0
Changelog
- Added official support for Python 3.7 64bab07
- Use stable version of
graphql-server-core
(1.1
) 3d607a0
v1.4.1
Changelog
- Don't send referrer to jsdelivr f7a5b36
- Refactored GraphiQL rendering 5fb5cd6
v1.4.0
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)