Skip to content

Graphene 0.7.1 - Enums, Field sources and more

Compare
Choose a tag to compare
@syrusakbary syrusakbary released this 03 Feb 04:48
· 1302 commits to master since this release

Changelog

  • Added support for Enum types. And added mapping for Django and SQLAlchemy e9e51a0
  • Added source argument to Field a66f6f2 (so you can do field_name = graphene.String(source='attr_in_obj'))
  • Fix UnionType resolver 8c3f8b1