Marc Vanderstigel

Results 2 comments of Marc Vanderstigel

I had the same issue and I solved it this way: I installed this module (https://github.com/moll/json-stringify-safe) by running : `npm install --save json-stringify-safe` Then in node_modules/graphql-compose-dataloader/lib/composeWithDataLoader.js, I changed at line...

I'm having the exact same problem. I'm wrapping `composeWithDataLoader()` around my `composeWithMongoose()` (`composeWithDataLoader(composeWithMongoose(HumanAssignment))`) and it considerably slows down my request