Skip to content

v1.1.2

Compare
Choose a tag to compare
@syrusakbary syrusakbary released this 23 Nov 07:42
· 785 commits to master since this release

Changelog

  • Added type getter in the schema when accessing its attrs. 5e0923b

    Now is possible to access Graphene types in a schema by typing schema.TYPE_NAME directly.

Breaking changes

  • Removed register method from graphene.Schema df2900e