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 aea276b commit 3d693abCopy full SHA for 3d693ab
src/SchemaGenerator.cpp
@@ -1621,8 +1621,8 @@ bool Generator::outputSharedTypesSource() const noexcept
1621
1622
#include "graphqlservice/GraphQLService.h"
1623
1624
-#include ")cpp" << getSharedTypesHeaderPath()
1625
- << R"cpp("
+#include ")cpp" << _loader.getFilenamePrefix()
+ << R"cpp(SharedTypes.h"
1626
1627
#include <algorithm>
1628
#include <array>
0 commit comments