github dotansimha/graphql-code-generator release-1787384195249
August 22, 2026

one hour ago

@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.

Don't miss a new graphql-code-generator release

NewReleases is sending notifications on new releases.