Skip to content

Commit df2e721

Browse files
Merge pull request #2201 from the-guild-org/fix/required-exports-for-testing
fix(graphql): required exports for testing
2 parents 4270455 + 3c8839e commit df2e721

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)