Last release 5 days ago
23 Aug 2026
Release timing varies
gaps range from 8 days to 6 weeks
Nearly every release is documented
notes for 60 of the last 60 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
6088 releases ยท first in 2019
Release timeline
6088 releases since 2019Releases
- 3.3.04 Apr 2023
Release notes
Open source โMinor Changes
-
d84afec09: Support TypeScript ESM modules (
"module": "node16"and"moduleResolution": "node16").
Patch Changes
- Updated dependencies [68bb30e19]
- Updated dependencies [d84afec09]
- Updated dependencies [a4fe5006b]
- Updated dependencies [8e44df58b]
- @graphql-codegen/[email protected]
- @graphql-codegen/[email protected]
Additional notes
Open source โMinor Changes
-
#9151
b7dacb21fThanks @'./user/schema.mappers#UserMapper',! - AddwatchPatternconfig option forgeneratessections.By default,
watchmode automatically watches all GraphQL schema and document files. This means when a change is detected, Codegen CLI is run.A user may want to run Codegen CLI when non-schema and non-document files are changed. Each
generatessection now has awatchPatternoption to allow more file patterns to be added to the list of patterns to watch.In the example below, mappers are exported from
schema.mappers.tsfiles. We want to re-run Codegen if the content of*.mappers.tsfiles change because they change the generated types file. To solve this, we can add mapper file patterns to watch using the glob pattern used for schema and document files.// codegen.ts const config: CodegenConfig = { schema: 'src/schema/**/*.graphql', generates: { 'src/schema/types.ts': { plugins: ['typescript', 'typescript-resolvers'], config: { mappers: { Book: './book/schema.mappers#BookMapper', }, } watchPattern: 'src/schema/**/*.mappers.ts', // Watches mapper files in `watch` mode. Use an array for multiple patterns e.g. `['src/*.pattern1.ts','src/*.pattern2.ts']` }, }, };Then, run Codegen CLI in
watchmode:pnpm graphql-codegen --watchNow, updating
*.mappers.tsfiles re-runs Codegen! ๐Note:
watchPatternis only used inwatchmode i.e. running CLI with--watchflag.
Patch Changes
- Updated dependencies
[
b7dacb21f,f104619ac]:- @graphql-codegen/[email protected]
-
- 3.3.0-rc-20230402134456-aa606b2152 Apr 2023pre-release
Nothing published for this version
- 3.3.0-rc-20230401221458-11d74dae31 Apr 2023pre-release
Nothing published for this version
- 3.3.0-rc-20230401002337-29d814ff61 Apr 2023pre-release
Nothing published for this version
- 3.3.0-rc-20230330170759-01f32b57730 Mar 2023pre-release
Nothing published for this version
- 3.3.0-rc-20230330120629-86d11773c30 Mar 2023pre-release
Nothing published for this version
- 3.3.0-rc-20230329144920-7d4c04d6629 Mar 2023pre-release
Nothing published for this version
- 3.3.0-rc-20230328165616-38a5227bf28 Mar 2023pre-release
Nothing published for this version
- 3.3.0-rc-20230328143315-577cf4fd228 Mar 2023pre-release
Nothing published for this version
- 3.3.0-rc-20230328131724-8dd85b16528 Mar 2023pre-release
Nothing published for this version
- 3.3.0-rc-20230327080953-9a566d7b727 Mar 2023pre-release
Nothing published for this version
- 3.3.0-rc-20230325042447-8aff286f225 Mar 2023pre-release
Nothing published for this version
- 3.3.0-rc-20230323162958-a08abc02923 Mar 2023pre-release
Nothing published for this version
- 3.3.0-rc-20230323154235-d223d7c9b23 Mar 2023pre-release
Nothing published for this version
- 3.3.0-rc-20230323153436-97d556d5723 Mar 2023pre-release
Nothing published for this version
- 3.3.0-rc-20230323130935-c928f296d23 Mar 2023pre-release
Nothing published for this version
- 3.3.0-rc-20230321134956-1e17328a321 Mar 2023pre-release
Nothing published for this version
- 3.3.0-rc-20230321103502-4d67ff63c21 Mar 2023pre-release
Nothing published for this version
- 3.3.0-rc-20230320132329-5e109e8f820 Mar 2023pre-release
Nothing published for this version
- 3.3.0-rc-20230319010707-7e7bf022919 Mar 2023pre-release
Nothing published for this version
- 3.3.0-rc-20230319001231-09b6845c119 Mar 2023pre-release
Nothing published for this version
- 3.3.0-alpha-20230403154620-f1ffafde83 Apr 2023pre-release
Nothing published for this version
- 3.3.0-alpha-20230403133216-553afcdae3 Apr 2023pre-release
Nothing published for this version
- 3.3.0-alpha-20230403114914-6e6076d6c3 Apr 2023pre-release
Nothing published for this version
- 3.3.0-alpha-20230402173148-bf8f9245c2 Apr 2023pre-release
Nothing published for this version
- 3.3.0-alpha-20230402134841-83f0fd7be2 Apr 2023pre-release
Nothing published for this version
- 3.3.0-alpha-20230402134715-020e699a42 Apr 2023pre-release
Nothing published for this version
- 3.3.0-alpha-20230402134403-77746fc252 Apr 2023pre-release
Nothing published for this version
- 3.3.0-alpha-20230402082631-5965f35de2 Apr 2023pre-release
Nothing published for this version
- 3.3.0-alpha-20230401201748-47e847bd81 Apr 2023pre-release
Nothing published for this version
- 3.3.0-alpha-20230401093748-4a653efc91 Apr 2023pre-release
Nothing published for this version
- 3.3.0-alpha-20230331210539-f07f8d6a931 Mar 2023pre-release
Nothing published for this version
- 3.3.0-alpha-20230331173459-2045f358231 Mar 2023pre-release
Nothing published for this version
- 3.3.0-alpha-20230331173408-5838bcd7231 Mar 2023pre-release
Nothing published for this version
- 3.3.0-alpha-20230331111946-1ebab83cb31 Mar 2023pre-release
Nothing published for this version
- 3.3.0-alpha-20230331064457-2b657f29531 Mar 2023pre-release
Nothing published for this version
- 3.3.0-alpha-20230330211230-31e3b90c430 Mar 2023pre-release
Nothing published for this version
- 3.3.0-alpha-20230330170711-35035e12d30 Mar 2023pre-release
Nothing published for this version
- 3.3.0-alpha-20230330153545-fab82603030 Mar 2023pre-release
Nothing published for this version
- 3.3.0-alpha-20230330150338-396b1814930 Mar 2023pre-release
Nothing published for this version
- 3.3.0-alpha-20230330145253-7566d423a30 Mar 2023pre-release
Nothing published for this version
- 3.3.0-alpha-20230330142525-09b25a03430 Mar 2023pre-release
Nothing published for this version
- 3.3.0-alpha-20230330112047-da0c5ec1230 Mar 2023pre-release
Nothing published for this version
- 3.3.0-alpha-20230330011434-16fd1523b30 Mar 2023pre-release
Nothing published for this version
- 3.3.0-alpha-20230329183333-dda4daf8f29 Mar 2023pre-release
Nothing published for this version
- 3.3.0-alpha-20230329172630-e434fe0cf29 Mar 2023pre-release
Nothing published for this version
- 3.3.0-alpha-20230329144832-c1d55b71429 Mar 2023pre-release
Nothing published for this version
- 3.3.0-alpha-20230329144220-b873a7fbc29 Mar 2023pre-release
Nothing published for this version
- 3.3.0-alpha-20230329143913-47bec1e2c29 Mar 2023pre-release
Nothing published for this version
- 3.3.0-alpha-20230329100531-e8e2561d729 Mar 2023pre-release
Nothing published for this version
- 3.3.0-alpha-20230329093703-8f0a0181d29 Mar 2023pre-release
Nothing published for this version
- 3.3.0-alpha-20230329092554-66cdc8d6929 Mar 2023pre-release
Nothing published for this version
- 3.3.0-alpha-20230329090736-6a1004ab929 Mar 2023pre-release
Nothing published for this version
- 3.3.0-alpha-20230329090145-b418594b329 Mar 2023pre-release
Nothing published for this version
- 3.3.0-alpha-20230329085743-b61ac9eda29 Mar 2023pre-release
Nothing published for this version
- 3.3.0-alpha-20230329011301-4c656bdce29 Mar 2023pre-release
Nothing published for this version
- 3.3.0-alpha-20230329011046-0b2bf864a29 Mar 2023pre-release
Nothing published for this version
- 3.3.0-alpha-20230329010759-a7c3b733c29 Mar 2023pre-release
Nothing published for this version
- 3.3.0-alpha-20230328190447-41d15c5a528 Mar 2023pre-release
Nothing published for this version
- 3.3.0-alpha-20230328190423-a042e417828 Mar 2023pre-release
Nothing published for this version