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 90f2723 commit 2bb447eCopy full SHA for 2bb447e
src/index.js
@@ -1,9 +1,11 @@
1
/* @flow */
2
3
import { composeWithMongoose } from './composeWithMongoose';
4
+import { composeWithMongooseDiscriminators } from './composeWithMongooseDiscriminators';
5
import GraphQLMongoID from './types/mongoid';
6
7
export default composeWithMongoose;
8
9
export * from './fieldsConverter';
-export { composeWithMongoose, GraphQLMongoID };
10
+export * from './discriminators';
11
+export { composeWithMongoose, composeWithMongooseDiscriminators, GraphQLMongoID };
0 commit comments