[typescript-operations/client-preset] Next major version#10496
Draft
[typescript-operations/client-preset] Next major version#10496
Conversation
🦋 Changeset detectedLatest commit: 558c4a2 The changes in this PR will be included in the next version bump. This PR includes changesets to release 11 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 |
This was referenced Nov 15, 2025
ecee891 to
f999b72
Compare
2 tasks
This was referenced Nov 24, 2025
2 tasks
This was referenced Dec 4, 2025
This was referenced Dec 13, 2025
[typescript-operations][client-preset] Integrate new typescript-operations with client preset
#10540
Merged
This was referenced Dec 30, 2025
48ef01e to
c2be6b3
Compare
Contributor
💻 Website PreviewThe latest changes are available as preview in: https://pr-10496.graphql-code-generator.pages.dev |
1 task
This was referenced Jan 13, 2026
… `importSchemaTypesFrom` is used (#10603) * Improve namespacedImportName integration with importSchemaTypesFrom * Update dev-test * Update changeset
* Ensure input and variables use the same input scalars default * Add changeset
* Remove typescript plugin from client-preset as no longer used * Update client-preset doc * Add changeset * chore(dependencies): updated changesets for modified dependencies --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Fix enumValues doc issue * fix link issues in client preset doc * Move nonOptionalTypename and skipTypeNameForRoot together in the doc for ease of read
* Fix isNativeNamedType function * Add changeset * Regen dev-tests
…oGenerate to correctly reflect its functionality (#10640)
3 tasks
* Add internal utility type warning * Update snapshots * Add changeset * Improve internal type message
2 tasks
…tional modifiers correctly when used on inline fragment (#10645) * Migrate skip and include directive tests to a new file * Add test for aliased field * Add test for include directive, inline fragment cases * Refactor selection set to object to reflect current usages * Standardise type, parsing, fragment directive handling and fix conditional when inline fragment is used * Add inline fragment skip directive test * Add changeset
2 tasks
…al modifiers correctly when used on fragment spread (#10646) * Set up TDD * WIP implement conditional fragmentspread * Fix empty object detection logic * Format/cleanup * Add test for include+skip+defer * Add changeset * Fix test
Contributor
🚀 Snapshot Release (
|
| Package | Version | Info |
|---|---|---|
@graphql-codegen/cli |
7.0.0-alpha-20260319112145-558c4a2465c7723ec5a41fc91f397dfe6aea8956 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/introspection |
5.0.2-alpha-20260319112145-558c4a2465c7723ec5a41fc91f397dfe6aea8956 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/visitor-plugin-common |
7.0.0-alpha-20260319112145-558c4a2465c7723ec5a41fc91f397dfe6aea8956 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/typescript-document-nodes |
5.0.10-alpha-20260319112145-558c4a2465c7723ec5a41fc91f397dfe6aea8956 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/gql-tag-operations |
5.1.5-alpha-20260319112145-558c4a2465c7723ec5a41fc91f397dfe6aea8956 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/typescript-operations |
6.0.0-alpha-20260319112145-558c4a2465c7723ec5a41fc91f397dfe6aea8956 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/typescript-resolvers |
6.0.0-alpha-20260319112145-558c4a2465c7723ec5a41fc91f397dfe6aea8956 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/typed-document-node |
6.1.8-alpha-20260319112145-558c4a2465c7723ec5a41fc91f397dfe6aea8956 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/typescript |
6.0.0-alpha-20260319112145-558c4a2465c7723ec5a41fc91f397dfe6aea8956 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/client-preset |
6.0.0-alpha-20260319112145-558c4a2465c7723ec5a41fc91f397dfe6aea8956 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/graphql-modules-preset |
5.1.5-alpha-20260319112145-558c4a2465c7723ec5a41fc91f397dfe6aea8956 |
npm ↗︎ unpkg ↗︎ |
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.
This is the feature branch for #10479
Checklist
typescript-operations
Exactinto target file #10504visitor-plugin-common#10520typescriptplugin (preResolveTypes: false) #10556unknowninstead ofanythe default scalar type #10566Exactutility type if documents have operations #10571typescript-operationsplugin fromtypescriptplugin #10572inputMaybeValueto allow changing Variables and Input nullable types #10573anyandunknown#10574importSchemaTypesFrom#10575namespacedImportNamedefault value whenimportSchemaTypesFromis used #10603generatesOperationTypestogenerateOperationTypesfor consistency #10602TODO/Cleanups
config.addOperationExportconfig.globalNamespace. Done.avoidOptionalsto only supportobject,inputValueanddefaultValue(+ minor drive-by fixes) #10579avoidOptionals.objecttoavoidOptionals.variableValueto better reflect the target #10582directiveArgumentAndInputFieldMappingsis NOT needed@skip/@includedirectives on fragments. Must work with FIELD | FRAGMENT_SPREAD | INLINE_FRAGMENT. Issue. Issue@skipand@includenot applying conditional modifiers correctly when used on inline fragment #10645noSilentErrors: trueby default #10597client-preset
Verify fixes
extractAllFieldsToTypeshandling of nested interfaces in type names #10502Documentation updates