Releases: eddeee888/graphql-code-generator-plugins
Releases · eddeee888/graphql-code-generator-plugins
@eddeee888/gcg-typescript-resolver-files@0.15.0
Minor Changes
- a5de01f: add importExtension configuration option
@eddeee888/gcg-operation-location-migration@0.1.2
Patch Changes
- f084ebe: Fix empty file breaking codemod
@eddeee888/gcg-typescript-resolver-files@0.14.1
Patch Changes
- 1591c8d: Add moduleNamingMode option
@eddeee888/gcg-typescript-resolver-files@0.14.0
Minor Changes
-
e0476b3: Add fixObjectTypeResolvers
fastmode (experimental)This is now the default static analysis mode. If you see behaviour or runtime issues, please set
fixObjectTypeResolvers: smartand file a report at https://github.com/eddeee888/graphql-code-generator-plugins/issues
@eddeee888/gcg-operation-location-migration@0.1.1
Patch Changes
- 9b5f1b8: Fix an issue where dynamic import function does not have an identifier and will cause runtime error
@eddeee888/gcg-typescript-resolver-files@0.13.0
@eddeee888/gcg-server-config@0.3.0
Minor Changes
- f14a549: Bump codegen packages major version
@eddeee888/gcg-typescript-resolver-files@0.12.2
Patch Changes
- 6d79fc2: Fix issue where shorthand assignment are not detected for static analysis
@eddeee888/gcg-operation-location-migration@0.1.0
Minor Changes
- cbffd3d: Support migrating to near-operation-file
@eddeee888/gcg-operation-location-migration@0.0.2
Patch Changes
- 209b7c2: Fix Windows support