Skip to content

v2.0.0

Compare
Choose a tag to compare
@syrusakbary syrusakbary released this 25 Oct 17:44
· 557 commits to master since this release

v2.0.0 πŸŽ‰

Please read the upgrade guide to learn how to upgrade: https://github.com/graphql-python/graphene/blob/master/UPGRADE-v2.0.md

  • Simpler Graphene types implementation (thanks to __init_subclass__, and a polyfill implementation for Python 2).
  • Simplified resolver API
  • Type Options from class arguments (only available in Python 3)

And...
Subscriptions!!