-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Suppose
Teacher mongoose model has students list,
but each student can be teacher of anyone, including the current teacher.
If I use composeWithMongoose and composeWithDataLoader, and create one teacher and search for one teacher using getResolver("findOne"),
it is throwing error, citing JSON.stringify does not support circular structure. If I do not use composeWithDataLoader, circular structure is working and is supported.
Metadata
Metadata
Assignees
Labels
No labels