We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8baac5 commit bf7d168Copy full SHA for bf7d168
src/index.js
@@ -2,11 +2,13 @@
2
3
import { composeWithMongoose } from './composeWithMongoose';
4
import typeStorage from './typeStorage';
5
+import GraphQLMongoID from './types/mongoid';
6
7
export default composeWithMongoose;
8
9
export * from './fieldsConverter';
10
export {
11
composeWithMongoose,
12
typeStorage as mongooseTypeStorage,
13
+ GraphQLMongoID,
14
};
0 commit comments