Skip to content

Commit cf6c0a9

Browse files
committed
fix: update path to codegen types
1 parent c60e73b commit cf6c0a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/configPaths.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { normalizePath } from "vite";
22
import type { CodegenContext } from "@graphql-codegen/cli";
3-
import type { Types } from "@graphql-codegen/plugin-helpers/typings/types";
3+
import type { Types } from "@graphql-codegen/plugin-helpers";
44

55
export async function getDocumentPaths(
66
context: CodegenContext,

0 commit comments

Comments
 (0)