graphene-django/graphene_django/rest_framework
James 5d7a04fce9
Update mutation.py to serialize Enum objects into input values (#1431)
* Fix for issue #1385: Update mutation.py to serialize Enum objects into input values for ChoiceFields

* Update graphene_django/rest_framework/mutation.py

Co-authored-by: Steven DeMartini <1647130+sjdemartini@users.noreply.github.com>

---------

Co-authored-by: Steven DeMartini <1647130+sjdemartini@users.noreply.github.com>
2023-07-27 02:41:40 +03:00
..
tests Update mutation.py to serialize Enum objects into input values (#1431) 2023-07-27 02:41:40 +03:00
__init__.py Initial implementation of serializer field converter 2017-06-26 09:19:49 +01:00
models.py Update mutation.py to serialize Enum objects into input values (#1431) 2023-07-27 02:41:40 +03:00
mutation.py Update mutation.py to serialize Enum objects into input values (#1431) 2023-07-27 02:41:40 +03:00
serializer_converter.py 👷 Add pre-commit (#1336) 2022-10-19 17:10:30 +03:00
types.py Fix duplicated ErrorType declaration (#539) 2019-03-31 12:01:43 +01:00