graphql-python / graphene-django

Build powerful, efficient, and flexible GraphQL APIs with seamless Django integration.
http://docs.graphene-python.org/projects/django/en/latest/
MIT License
4.28k stars 766 forks source link

Provide setting to enable/disable converting choices to enums globally #1477

Closed Flauschbaellchen closed 8 months ago

Flauschbaellchen commented 9 months ago

In our project we want to disable the auto-convertion of Django choice fields to Enums for every model. To specify convert_choices_to_enum = False on every Type is a bit cumbersome so a global setting would help a lot.

Any feedback is highly appreciated.

Closes #1480