We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f2264 commit b6b829dCopy full SHA for b6b829d
include/graphqlservice/Response.ixx
@@ -7,7 +7,7 @@ module;
7
8
export module GraphQL.Response;
9
10
-namespace included = graphql::response;
+export import GraphQL.Internal.Awaitable;
11
12
export namespace graphql::response {
13
include/graphqlservice/Service.ixx
@@ -10,6 +10,9 @@ export module GraphQL.Service;
export import GraphQL.Parse;
export import GraphQL.Response;
14
+export import GraphQL.Internal.SortedMap;
15
+
16
export namespace graphql {
17
18
namespace schema {
0 commit comments