diff --git a/graphene/utils/enum.py b/graphene/utils/enum.py index 1c535ffc..8c09a6ad 100644 --- a/graphene/utils/enum.py +++ b/graphene/utils/enum.py @@ -94,7 +94,7 @@ def _make_class_unpicklable(cls): cls.__module__ = '' -class _EnumDict(dict): +class _EnumDict(OrderedDict): """Track enum member order and ensure member names are not reused. EnumMeta will use the names found in self._member_names as the