Skip to content

@graphql-codegen/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jul 18:10
· 1110 commits to master since this release
b4a8e8b

Minor Changes

  • 68bb30e: Attach .js extension to relative file imports for compliance with ESM module resolution. Since in CommonJS the .js extension is optional, this is not a breaking change.

    If you have path configuration within your configuration, consider attaching .js if you are migrating to ESM.

    mappers:
      MyOtherType: './my-file.js#MyCustomOtherType',
  • d84afec: Support TypeScript ESM modules ("module": "node16" and "moduleResolution": "node16").

    More information on the TypeScript Release Notes.

Patch Changes