Skip to content

Commit

Permalink
fix(): add enhancer type to the public api
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Jun 23, 2020
1 parent 685bef3 commit 135a396
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/interfaces/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export * from './custom-scalar.interface';
export * from './gql-exception-filter.interface';
export * from './gql-gateway-module-options.interface';
export {
Enhancer,
GqlModuleAsyncOptions,
GqlModuleOptions,
GqlOptionsFactory,
Expand Down

1 comment on commit 135a396

@cramhead
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome. Thanks.
I did some research on the weekend. I was expecting that union wasn't being output because it wasn't referenced. If this solves the issue that's so much easier than I thought it would be.

Please sign in to comment.