Skip to content

Commit 3c8839e

Browse files
committed
fix(graphql): required exports for testing
1 parent 520c708 commit 3c8839e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/graphql/lib/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export * from './graphql-schema.host';
77
export * from './graphql-types.loader';
88
export * from './graphql.factory';
99
export * from './graphql.module';
10+
export * from './graphql.constants';
1011
export * from './interfaces';
1112
export * from './scalars';
1213
export * from './schema-builder';
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
export * from './storages';
22
export * from './graphql-schema.factory';
33
export * from './schema-builder.module';
4+
export * from './helpers/file-system.helper';

0 commit comments

Comments
 (0)