Skip to content

Commit

Permalink
fix(Export): Make GraphQLMongoID type public
Browse files Browse the repository at this point in the history
  • Loading branch information
nodkz committed Oct 31, 2016
1 parent a8baac5 commit bf7d168
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

import { composeWithMongoose } from './composeWithMongoose';
import typeStorage from './typeStorage';
import GraphQLMongoID from './types/mongoid';

export default composeWithMongoose;

export * from './fieldsConverter';
export {
composeWithMongoose,
typeStorage as mongooseTypeStorage,
GraphQLMongoID,
};

0 comments on commit bf7d168

Please sign in to comment.