Patrick Gidich
Results
2
issues of
Patrick Gidich
According to current Mongoose's documentation, interfaces should not extend document: https://mongoosejs.com/docs/typescript.html#using-extends-document However type guards in the library require this. https://github.com/GraphQLGuide/apollo-datasource-mongodb/blob/4e1124d1ebb9665ae1dfeb80a92cf8eb9a5db3b7/index.d.ts#L14 Would you consider relaxing the type guards so that interfaces...
enhancement
Found a typo - syntax was spelled incorrectly.