github graphql-python/graphene v0.5.0
Graphene 0.5.0 - New Plugin System

latest releases: v3.3.0, v3.2.2, v3.2.1...
8 years ago

Changelog

  • Created a new plugin system for Graphene
  • Set auto camelCase in the schema type fields to optional (using graphene.Schema(auto_camelcase=False))
  • Added a basic Django Debugger with SQL debug capabilities (a la Django Debug Toolbar, but for GraphQL)
  • Improved graphql-django-view version and fixed some related tests
  • Renamed BaseType to InstanceType for code clarity
  • Refactored Fields and Arguments logic
  • Improved ScalarTypes based on ClassTypes

Don't miss a new graphene release

NewReleases is sending notifications on new releases.