Skip to content

August 22, 2026

Choose a tag to compare

@github-actions github-actions released this 22 Aug 07:36
· 3 commits to master since this release
6aa476a

@graphql-codegen/cli@7.3.0

Minor Changes

  • #10921
    58cdb31
    Thanks @eddeee888! - Extend overwrite with
    overwrite.removeStaleFiles and overwrite.updateExistingFiles

    overwrite was 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 overwrite can now take an object with overwrite.removeStaleFiles and
    overwrite.updateExistingFiles fields to allow granular control over actions.

    This is not a breaking change because overwrite=true|false still works.

Patch Changes

  • Updated dependencies
    [58cdb31]:
    • @graphql-codegen/plugin-helpers@7.2.0

@graphql-codegen/plugin-helpers@7.2.0

Minor Changes

  • #10921
    58cdb31
    Thanks @eddeee888! - Extend overwrite with
    overwrite.removeStaleFiles and overwrite.updateExistingFiles

    overwrite was 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 overwrite can now take an object with overwrite.removeStaleFiles and
    overwrite.updateExistingFiles fields to allow granular control over actions.

    This is not a breaking change because overwrite=true|false still works.