Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
fix(MapperKind): export MapperKind
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Mar 10, 2020
1 parent 0772cba commit 03c57dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ export {
export { appendFields, removeFields } from './fields';
export { createNamedStub } from './stub';
export { graphqlVersion } from './graphqlVersion';
export { mapSchema } from './map';
export { mapSchema, MapperKind } from './map';

0 comments on commit 03c57dc

Please sign in to comment.