[typescript-operations/client-preset] Next major version#10496
Draft
[typescript-operations/client-preset] Next major version#10496
Conversation
🦋 Changeset detectedLatest commit: a34d3cf The changes in this PR will be included in the next version bump. This PR includes changesets to release 12 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
…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
…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
* Drop Node 20 tests for normal runs * Add changeset * Drop Node 20 support for watcher tests * Revert "Drop Node 20 support for watcher tests" This reverts commit cc52a81.
This was referenced Mar 19, 2026
This was referenced Mar 19, 2026
Open
Open
Merged
* Bump ESM packages - detect-indent v7 - auto-bind v5 - chalk v5 - log-symbols v7 - debounce v3 * Bum all package deps to latest * chore(dependencies): updated changesets for modified dependencies * Revert @inquirer/prompts to v7 to be handled later * chore(dependencies): updated changesets for modified dependencies --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Bump inquirer * chore(dependencies): updated changesets for modified dependencies * WIP fix test * Swap bddstd for inquirer/testing * Fix spec tsconfig to fix ts import issue in tests ESM * Fix unnecessary Promise * Update init tests to use @inquirer/testing --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 task
… and follow recommended format (#10652) * Update default hash to be sha256 for persisted documents * Add changeset * chore(dependencies): updated changesets for modified dependencies * Update tests * chore(dependencies): updated changesets for modified dependencies --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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 #10502Issues to close
noSilentErrors:trueby default@include/@skipare treated as mandatory #9745Documentation updates