| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| August 22, 2026 source code.tar.gz | 2026-08-22 | 2.9 MB | |
| August 22, 2026 source code.zip | 2026-08-22 | 3.4 MB | |
| README.md | 2026-08-22 | 2.0 kB | |
| Totals: 3 Items | 6.3 MB | 0 | |
@graphql-codegen/cli@7.3.0
Minor Changes
-
#10921
58cdb31Thanks @eddeee888! - Extendoverwritewithoverwrite.removeStaleFilesandoverwrite.updateExistingFilesoverwritewas being used to both remove stale files in watch mode and update existing files. Some plugins such as Server Preset may dynamically return files to write between watch runs (for performance purposes).The
overwritecan now take an object withoverwrite.removeStaleFilesandoverwrite.updateExistingFilesfields to allow granular control over actions.This is not a breaking change because
overwrite=true|falsestill works.
Patch Changes
- Updated dependencies
[
58cdb31]:- @graphql-codegen/plugin-helpers@7.2.0
@graphql-codegen/plugin-helpers@7.2.0
Minor Changes
-
#10921
58cdb31Thanks @eddeee888! - Extendoverwritewithoverwrite.removeStaleFilesandoverwrite.updateExistingFilesoverwritewas being used to both remove stale files in watch mode and update existing files. Some plugins such as Server Preset may dynamically return files to write between watch runs (for performance purposes).The
overwritecan now take an object withoverwrite.removeStaleFilesandoverwrite.updateExistingFilesfields to allow granular control over actions.This is not a breaking change because
overwrite=true|falsestill works.