This commit is contained in:
2025-02-18 12:30:47 +08:00
parent 90f4cfa6ee
commit ae97dc0a5f
12 changed files with 16 additions and 55 deletions

View File

@@ -5,7 +5,7 @@ const config: CodegenConfig = {
// this assumes that all your source files are in a top-level `src/` directory - you might need to adjust this to your file structure
documents: ['src/**/*.{ts,tsx}'],
generates: {
'./src/__generated__/': {
'./graphql/__generated__/': {
preset: 'client',
plugins: [],
presetConfig: {