simple
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user