github dotansimha/graphql-code-generator release-1761051122115
October 21, 2025

2 days ago

@graphql-codegen/cli@6.0.1

Patch Changes

  • #10468 cb1b9d9 Thanks @eddeee888! - In watch mode, do not write output on failure

    Previously, on partial or full failure, watch mode still write to output. However, since the output'd be an empty array, it will then call removeStaleFiles internally to remove all previously generated files.

    This patch puts a temporary fix to avoid writing output on any failure to fix the described behaviour.

    This also means the config.allowPartialOutputs does not work in watch mode for now.

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

NewReleases is sending notifications on new releases.