Skip to content

Commit b6b829d

Browse files
committed
fix(modules): reexport internal modules referenced in public modules
1 parent 37f2264 commit b6b829d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

include/graphqlservice/Response.ixx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module;
77

88
export module GraphQL.Response;
99

10-
namespace included = graphql::response;
10+
export import GraphQL.Internal.Awaitable;
1111

1212
export namespace graphql::response {
1313

include/graphqlservice/Service.ixx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ export module GraphQL.Service;
1010
export import GraphQL.Parse;
1111
export import GraphQL.Response;
1212

13+
export import GraphQL.Internal.Awaitable;
14+
export import GraphQL.Internal.SortedMap;
15+
1316
export namespace graphql {
1417

1518
namespace schema {

0 commit comments

Comments
 (0)