graphql-code-generator

A tool for generating code based on a GraphQL schema and GraphQL operations (query/mutation/subscription), with flexible support for custom plugins.

MIT License

Downloads
157.7M
Stars
10.6K
Committers
543

Bot releases are visible (Hide)

graphql-code-generator - @graphql-codegen/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • 525ad580b: Revert breaking change for Next.js applications that are incapable of resolving an import with a .js extension.
  • Updated dependencies [525ad580b]
graphql-code-generator - @graphql-codegen/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

graphql-code-generator - @graphql-codegen/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

graphql-code-generator - @graphql-codegen/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

graphql-code-generator - @graphql-codegen/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

graphql-code-generator - @graphql-codegen/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

graphql-code-generator - @graphql-codegen/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

graphql-code-generator - @graphql-codegen/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

graphql-code-generator - @graphql-codegen/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

graphql-code-generator - @graphql-codegen/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

graphql-code-generator - @graphql-codegen/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • 525ad580b: Revert breaking change for Next.js applications that are incapable of resolving an import with a .js extension.
  • Updated dependencies [525ad580b]
graphql-code-generator - @graphql-codegen/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

graphql-code-generator - @graphql-codegen/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

graphql-code-generator - @graphql-codegen/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

graphql-code-generator - @graphql-codegen/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • 525ad580b: Revert breaking change for Next.js applications that are incapable of resolving an import with a .js extension.
  • Updated dependencies [525ad580b]
graphql-code-generator - @graphql-codegen/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

graphql-code-generator - @graphql-codegen/[email protected]

Published by github-actions[bot] over 2 years ago

Minor Changes

Patch Changes

  • Updated dependencies [68bb30e19]
  • Updated dependencies [d84afec09]
  • Updated dependencies [a4fe5006b]
  • Updated dependencies [8e44df58b]
graphql-code-generator - @graphql-codegen/[email protected]

Published by github-actions[bot] over 2 years ago

Minor Changes

Patch Changes

  • Updated dependencies [d84afec09]
  • Updated dependencies [a4fe5006b]
  • Updated dependencies [8e44df58b]
graphql-code-generator - @graphql-codegen/[email protected]

Published by github-actions[bot] over 2 years ago

Minor Changes

  • 68bb30e19: 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',
    
  • d84afec09: Support TypeScript ESM modules ("module": "node16" and "moduleResolution": "node16").

    More information on the TypeScript Release Notes.

Patch Changes

graphql-code-generator - @graphql-codegen/[email protected]

Published by github-actions[bot] over 2 years ago

Minor Changes

Patch Changes

  • Updated dependencies [68bb30e19]
  • Updated dependencies [d84afec09]
  • Updated dependencies [a4fe5006b]
  • Updated dependencies [8e44df58b]