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.
2 parents b09fa80 + cfaf399 commit 3c9d8e6Copy full SHA for 3c9d8e6
samples/CMakeLists.txt
@@ -15,8 +15,6 @@ if(GRAPHQL_BUILD_MODULES)
15
endif()
16
17
18
-add_subdirectory(extended)
19
-
20
add_subdirectory(validation)
21
22
if(GRAPHQL_BUILD_HTTP_SAMPLE)
src/RapidJSONResponse.cpp
@@ -110,7 +110,7 @@ std::string toJSON(service::ResolverResult&& response)
110
111
std::move(response).visit().visit(writer);
112
113
- return stream.str();
+ return buffer.GetString();
114
}
115
116
std::string toJSON(Value&& response)
0 commit comments