github dotansimha/graphql-code-generator @graphql-codegen/visitor-plugin-common@2.12.0

latest releases: release-1715941655817, @graphql-codegen/visitor-plugin-common@5.2.0, @graphql-codegen/typescript@4.0.7...
22 months ago

Minor Changes

  • 2cbcbb3: Add new flag to emit legacy common js imports. Default it will be true this way it ensure that generated code works with non-compliant bundlers.

    You can use the option in your config:

    schema: 'schema.graphql'
     documents:
       - 'src/**/*.graphql'
     emitLegacyCommonJSImports: true

    Alternative you can use the CLI to set this option:

    $ codegen --config-file=config.yml --emit-legacy-common-js-imports

Patch Changes

  • Updated dependencies [2cbcbb3]
    • @graphql-codegen/plugin-helpers@2.6.0

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

NewReleases is sending notifications on new releases.