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

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

Minor Changes

  • 2cbcbb371: 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

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

Minor Changes

  • 2cbcbb371: 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
    
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-cli/[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.
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]