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 e5182d9 commit 5a3f6b5Copy full SHA for 5a3f6b5
graphene_mongo/converter.py
@@ -67,7 +67,7 @@ def convert_field_to_float(field, registry=None):
67
68
@convert_mongoengine_field.register(mongoengine.DictField)
69
@convert_mongoengine_field.register(mongoengine.MapField)
70
-def convert_dict_to_jsonstring(field, registry=None):
+def convert_field_to_jsonstring(field, registry=None):
71
return JSONString(description=get_field_description(field, registry), required=field.required)
72
73
0 commit comments