joaovitorsilvestre / graphene-mongodb

Implementation of Graphene and Mongoengine
MIT License
14 stars 4 forks source link

ListField is assuming that if it's content type #16

Closed joaovitorsilvestre closed 7 years ago

joaovitorsilvestre commented 7 years ago

Part of code that converts the ListField to graphene List is assuming that if the type of list content isn't special, then it is every time a Reference Field.

joaovitorsilvestre commented 7 years ago

Nowadays only ListField and ReferenceField is treated as special fields, so, ListField with special field will be every time ReferenceField