February 02, 2024
·
304 commits
to main
since this release
@graphql-codegen/[email protected]
Patch Changes
- #606
926f515
Thanks @tristanlins! - fix(kotlin) Omit typesSuffix in enum
names.
@graphql-codegen/[email protected]
Minor Changes
- #549
ad8258c
Thanks @pentla! - Fix TypeScript error when moduleResolution is
"nodenext" or "bundler"
Patch Changes
- #559
64c2c10
Thanks @mtlewis! - Fix unused parameter in generated code which
caused TS errors for users of the package.
@graphql-codegen/[email protected]
Major Changes
- #594
40f3676
Thanks @lachieh! - Corrected compatibility withmsw@^2
. Types used
are incompatible withmsw@^1
.
@graphql-codegen/[email protected]
Major Changes
- #548
cda1ba3
Thanks @bridges-wood! - Add GraphQL Code Generator plugin for
generating NestJS compatible types
@graphql-codegen/[email protected]
Minor Changes
- #483
ba7e551
Thanks @rickdunkin! - Apollo ClientuseFragment
hook
Patch Changes
- #464
fa53f8f
Thanks @namoscato! - fix: loosen defaultBaseOptions type
@graphql-codegen/[email protected]
Minor Changes
- #552
b403529
Thanks @neil585456525! - Fix importOperationTypesFrom missing
prefix
@graphql-codegen/[email protected]
Patch Changes
- #557
c2b4a1b
Thanks @FloEdelmann! - Make lazy query's variables optional