graphene/graphene/tests
Jonathan Kim 81fff0f1b5
Improve enum compatibility (#1153)
* Improve enum compatibility by supporting return enum as well as values and names

* Handle invalid enum values

* Rough implementation of compat middleware

* Move enum middleware into compat module

* Fix tests

* Tweak enum examples

* Add some tests for the middleware

* Clean up tests

* Add missing imports

* Remove enum compat middleware

* Use custom dedent function and pin graphql-core to >3.1.2
2020-07-13 15:40:57 -07:00
..
issues Use latest graphql-core 3.1.0b1 instead of 3.0.3 2020-03-04 12:23:40 +01:00
__init__.py Fixed Union resolve_type. Fixed #313 2016-11-14 20:14:21 -08:00
utils.py Improve enum compatibility (#1153) 2020-07-13 15:40:57 -07:00