Skip to content

Commit 7b8cf6e

Browse files
committed
Unifies domain references and refines codegen
Adopts official backend URL for consistency Removes fallback references to reduce clutter Enables validated schema for improved generation Eliminates watch polling for streamlined config
1 parent f8fd2c0 commit 7b8cf6e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

editor/codegen.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# yaml-language-server: $schema=https://graphql-code-generator.com/config.schema.json
2+
# Note: VS Code may show a transient internal schema warning referencing FlutterFreezedPluginConfig; it's a known upstream schema quirk and does not affect generation.
13
schema: https://dr-cloud-api-dev.trackmangolfdev.com/graphql
24
documents:
35
- "src/**/*.tsx"
@@ -18,9 +20,6 @@ generates:
1820
JSON: any
1921
Upload: File
2022
watch: true
21-
watchConfig:
22-
usePolling: true
23-
interval: 1000
2423
hooks:
2524
afterAllFileWrite:
2625
- prettier --write

0 commit comments

Comments
 (0)