Skip to content

Commit bf7d168

Browse files
committed
fix(Export): Make GraphQLMongoID type public
1 parent a8baac5 commit bf7d168

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

33
import { composeWithMongoose } from './composeWithMongoose';
44
import typeStorage from './typeStorage';
5+
import GraphQLMongoID from './types/mongoid';
56

67
export default composeWithMongoose;
78

89
export * from './fieldsConverter';
910
export {
1011
composeWithMongoose,
1112
typeStorage as mongooseTypeStorage,
13+
GraphQLMongoID,
1214
};

0 commit comments

Comments
 (0)