joaovitorsilvestre / graphene-mongodb

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

Auto generate schemas, without need parameter __REF__ #25

Closed joaovitorsilvestre closed 7 years ago

joaovitorsilvestre commented 7 years ago

This is necessary to not cause a circular dependency for instance if you have two Documents that has ReferenceField with each other.

Memoize schemas of Documents that has already been generated