aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/graphql-codegen.ts
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/graphql-codegen.ts')
-rw-r--r--frontend/graphql-codegen.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/graphql-codegen.ts b/frontend/graphql-codegen.ts
index af62625..d5339a4 100644
--- a/frontend/graphql-codegen.ts
+++ b/frontend/graphql-codegen.ts
@@ -2,8 +2,8 @@ import type { CodegenConfig } from "@graphql-codegen/cli";
const config: CodegenConfig = {
overwrite: true,
- schema: "../common/graphql/schema.graphql",
- documents: ["src/**/*.tsx", "src/**/*.ts", "src/**/*.graphql"],
+ schema: "src/graphql/schema.graphql",
+ documents: ["src/graphql/*.graphql"],
generates: {
"src/graphql/generated/": {
preset: "client",