When I have a list field like this:
some_field = graphene.List(graphene.String)
Then I build a MongoEngineObjectType for it:
class new_ObjectType(MongoengineObjectType):
class Meta:
model = BaseObjectType
I get this error because this method convert_field_to_list calls this method convert_mongoengine_field which always raises the exception.