Graphene 0.8.0 - Django Stability, Custom Scalars, Bugfixes
Changelog
This Graphene version improves the Django integration
- Improved Django choice converter to GraphQL Enum type 68a9fb9
- Added ability for a Enum to be mounted as a instance (field) in
ObjectTypes
,InputObjectTypes
or an argument e1a693e - Added FileField support in Django models a1dd2b6
- Added support for Postgres fields in Django models 7f96500
- Added custom scalars
DateTime
andJSONString
12c69c0