We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee1d30 commit df0d6feCopy full SHA for df0d6fe
graphene_mongo/converter.py
@@ -429,7 +429,7 @@ def dynamic_type():
429
return graphene.Dynamic(dynamic_type)
430
431
432
-if sys.version_info > (3, 5):
+if sys.version_info >= (3, 6):
433
@convert_mongoengine_field.register(mongoengine.EnumField)
434
def convert_field_to_enum(field, registry=None):
435
if not registry.check_enum_already_exist(field._enum_cls):
0 commit comments