pierre-lucas40
Results
1
issues of
pierre-lucas40
**Describe the bug** I have a monorepo with a root codegen.yml including this: ```yml generates: packages/api/src/types/common.ts: plugins: - 'typescript' - 'typescript-operations' packages/api/src/types/models.ts: preset: import-types presetConfig: typesPath: './common' plugins: - 'typescript-react-apollo'...