CODEGEN905 - Add GraphQL 17 support#10866
Conversation
💻 Website PreviewThe latest changes are available as preview in: https://pr-10866.graphql-code-generator.pages.dev |
🦋 Changeset detectedLatest commit: 3de10ec The changes in this PR will be included in the next version bump. This PR includes changesets to release 17 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
🚀 Snapshot Release (
|
| Package | Version | Info |
|---|---|---|
@graphql-codegen/cli |
7.1.4-alpha-20260706105241-3de10ec4f3375e2a04ae89c71f5149909fe1dbbe |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/core |
6.1.1-alpha-20260706105241-3de10ec4f3375e2a04ae89c71f5149909fe1dbbe |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/add |
7.0.2-alpha-20260706105241-3de10ec4f3375e2a04ae89c71f5149909fe1dbbe |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/fragment-matcher |
7.0.2-alpha-20260706105241-3de10ec4f3375e2a04ae89c71f5149909fe1dbbe |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/introspection |
6.0.2-alpha-20260706105241-3de10ec4f3375e2a04ae89c71f5149909fe1dbbe |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/schema-ast |
6.0.2-alpha-20260706105241-3de10ec4f3375e2a04ae89c71f5149909fe1dbbe |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/time |
7.0.2-alpha-20260706105241-3de10ec4f3375e2a04ae89c71f5149909fe1dbbe |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/visitor-plugin-common |
7.1.3-alpha-20260706105241-3de10ec4f3375e2a04ae89c71f5149909fe1dbbe |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/typescript-document-nodes |
6.0.2-alpha-20260706105241-3de10ec4f3375e2a04ae89c71f5149909fe1dbbe |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/gql-tag-operations |
6.0.2-alpha-20260706105241-3de10ec4f3375e2a04ae89c71f5149909fe1dbbe |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/typescript-operations |
6.0.6-alpha-20260706105241-3de10ec4f3375e2a04ae89c71f5149909fe1dbbe |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/typescript-resolvers |
6.0.3-alpha-20260706105241-3de10ec4f3375e2a04ae89c71f5149909fe1dbbe |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/typed-document-node |
7.0.4-alpha-20260706105241-3de10ec4f3375e2a04ae89c71f5149909fe1dbbe |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/typescript |
6.0.3-alpha-20260706105241-3de10ec4f3375e2a04ae89c71f5149909fe1dbbe |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/client-preset |
6.0.2-alpha-20260706105241-3de10ec4f3375e2a04ae89c71f5149909fe1dbbe |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/graphql-modules-preset |
6.0.2-alpha-20260706105241-3de10ec4f3375e2a04ae89c71f5149909fe1dbbe |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/plugin-helpers |
7.0.2-alpha-20260706105241-3de10ec4f3375e2a04ae89c71f5149909fe1dbbe |
npm ↗︎ unpkg ↗︎ |
c200bb1 to
52c4ed4
Compare
a630f06 to
eb36d61
Compare
There was a problem hiding this comment.
This (and other vitest.config files) is changed to .mts since we use ESM syntax AND the CLI treats the file as ESM anyways.
Without this, it'd give errors about import.meta usage
|
Thanks so much for working on this! 🙏 We're trying to upgrade to Is there anything blocking this from landing in a stable release, or any way we can help (testing, repro cases)? Really appreciate the effort here. |
|
Apologies for the delay everyone, we were making sure an underlying library is v17-compatible as well. |
Description
This PR prepares for GraphQL 17 release: graphql/graphql-js#4786
Also related #10585
Type of change
How Has This Been Tested?