CODEGEN905 - Add GraphQL 17 support#10866
Open
eddeee888 wants to merge 17 commits into
Open
Conversation
Contributor
💻 Website PreviewThe latest changes are available as preview in: https://pr-10866.graphql-code-generator.pages.dev |
🦋 Changeset detectedLatest commit: 3e39ca8 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 |
Contributor
🚀 Snapshot Release (
|
| Package | Version | Info |
|---|---|---|
@graphql-codegen/cli |
7.1.4-alpha-20260625140734-1ad8f133387ecf5e348a737d91b1a2e22bcfab4f |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/core |
6.1.1-alpha-20260625140734-1ad8f133387ecf5e348a737d91b1a2e22bcfab4f |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/add |
7.0.2-alpha-20260625140734-1ad8f133387ecf5e348a737d91b1a2e22bcfab4f |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/fragment-matcher |
7.0.2-alpha-20260625140734-1ad8f133387ecf5e348a737d91b1a2e22bcfab4f |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/introspection |
6.0.2-alpha-20260625140734-1ad8f133387ecf5e348a737d91b1a2e22bcfab4f |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/schema-ast |
6.0.2-alpha-20260625140734-1ad8f133387ecf5e348a737d91b1a2e22bcfab4f |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/time |
7.0.2-alpha-20260625140734-1ad8f133387ecf5e348a737d91b1a2e22bcfab4f |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/visitor-plugin-common |
7.1.3-alpha-20260625140734-1ad8f133387ecf5e348a737d91b1a2e22bcfab4f |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/typescript-document-nodes |
6.0.2-alpha-20260625140734-1ad8f133387ecf5e348a737d91b1a2e22bcfab4f |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/gql-tag-operations |
6.0.2-alpha-20260625140734-1ad8f133387ecf5e348a737d91b1a2e22bcfab4f |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/typescript-operations |
6.0.6-alpha-20260625140734-1ad8f133387ecf5e348a737d91b1a2e22bcfab4f |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/typescript-resolvers |
6.0.3-alpha-20260625140734-1ad8f133387ecf5e348a737d91b1a2e22bcfab4f |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/typed-document-node |
7.0.4-alpha-20260625140734-1ad8f133387ecf5e348a737d91b1a2e22bcfab4f |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/typescript |
6.0.3-alpha-20260625140734-1ad8f133387ecf5e348a737d91b1a2e22bcfab4f |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/client-preset |
6.0.2-alpha-20260625140734-1ad8f133387ecf5e348a737d91b1a2e22bcfab4f |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/graphql-modules-preset |
6.0.2-alpha-20260625140734-1ad8f133387ecf5e348a737d91b1a2e22bcfab4f |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/plugin-helpers |
7.0.2-alpha-20260625140734-1ad8f133387ecf5e348a737d91b1a2e22bcfab4f |
npm ↗︎ unpkg ↗︎ |
3 tasks
1 task
c200bb1 to
52c4ed4
Compare
a630f06 to
eb36d61
Compare
eddeee888
commented
Jun 25, 2026
Collaborator
Author
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR prepares for GraphQL 17 release: graphql/graphql-js#4786
Also related #10585
Type of change
How Has This Been Tested?