Sojharo

Results 6 comments of Sojharo

I think we had solved it. It was an old project and we had left work on this. I don't remember exactly how we had solved it. Sorry :(

Has anybody solved it? I am having the same issue on android as well.

Hey, I had the library installed in my current project and went into `node_modules` folder to do the changes and then test with my current project. I was able to...

Hey, yes. I had tested them with tsc and also tested it with my project by doing these changes directly inside installed version inside node_modules folder.

I have found a workaround for this but it is discouraged by Mongoose [documentation here](https://mongoosejs.com/docs/typescript.html#using-extends-document). Workaround is to extend your interface with Document: ``` import { Document } from "mongoose";...

@lorensr can you please review the following PR: https://github.com/GraphQLGuide/apollo-datasource-mongodb/pull/110