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 c60e73b commit cf6c0a9Copy full SHA for cf6c0a9
src/utils/configPaths.ts
@@ -1,6 +1,6 @@
1
import { normalizePath } from "vite";
2
import type { CodegenContext } from "@graphql-codegen/cli";
3
-import type { Types } from "@graphql-codegen/plugin-helpers/typings/types";
+import type { Types } from "@graphql-codegen/plugin-helpers";
4
5
export async function getDocumentPaths(
6
context: CodegenContext,
0 commit comments