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 73b16b6 commit 60170a8Copy full SHA for 60170a8
src/SchemaGenerator.cpp
@@ -1700,7 +1700,8 @@ bool Generator::outputHeader() const noexcept
1700
#include "graphqlservice/GraphQLService.h"
1701
1702
// Check if the library version is compatible with schemagen )cpp"
1703
- << graphql::internal::FullVersion << R"cpp(
+ << graphql::internal::MajorVersion << R"cpp(.)cpp" << graphql::internal::MinorVersion
1704
+ << R"cpp(.0
1705
static_assert(graphql::internal::MajorVersion == )cpp"
1706
<< graphql::internal::MajorVersion
1707
<< R"cpp(, "regenerate with schemagen: major version mismatch");
0 commit comments