graphene-django/graphene_django
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
..
debug Remove promise based middleware 2023-03-01 11:13:00 +03:00
filter Upgrade github actions versions, default python and dev dependencies (#1407) 2023-05-03 13:25:16 +03:00
forms exclude 'fans' from ReporterForm tests (#1434) 2023-07-18 20:35:51 +03:00
management Fix schema print with -.graphql 2023-04-10 14:52:10 +03:00
rest_framework Update mutation.py to serialize Enum objects into input values (#1431) 2023-07-27 02:41:40 +03:00
static/graphene_django Add GraphiQL Explorer plugin (#1397) 2023-05-04 22:06:10 +03:00
templates/graphene Fix graphiql explorer styles by including official CSS, and update local example app for testing (#1418) 2023-06-02 11:48:53 +03:00
tests Support base class relations and reverse for proxy models (#1380) 2023-07-18 20:17:45 +03:00
utils Support base class relations and reverse for proxy models (#1380) 2023-07-18 20:17:45 +03:00
__init__.py fix: fk resolver permissions leak (#1411) 2023-07-18 15:16:52 +03:00
compat.py Maintain JSONField in graphene_django.compat module (#1429) 2023-07-18 15:11:30 +03:00
conftest.py Make tests order independent (#932) 2020-04-20 13:23:20 +01:00
constants.py WIP: Merge master into v3 (#1086) 2020-12-30 15:37:57 -08:00
converter.py fix: fk resolver permissions leak (#1411) 2023-07-18 15:16:52 +03:00
fields.py 👷 Add pre-commit (#1336) 2022-10-19 17:10:30 +03:00
registry.py 👷 Add pre-commit (#1336) 2022-10-19 17:10:30 +03:00
settings.py 👷 Add pre-commit (#1336) 2022-10-19 17:10:30 +03:00
types.py Add DjangoFormInputObjectType to forms/types (#1325) 2023-05-24 15:58:50 +03:00
views.py Fix graphiql explorer styles by including official CSS, and update local example app for testing (#1418) 2023-06-02 11:48:53 +03:00