[3.21] Update GraphQL schema and regenerate types#5953
Closed
Conversation
This commit updates the GraphQL schema to the latest version and regenerates TypeScript types. The main visible change is the removal of `@deprecated` JSDoc annotations from fields that don't have explicit deprecation reasons in the schema. GraphQL Code Generator behavior: - Fields with `@deprecated(reason: "...")` → Generate JSDoc `@deprecated` comment - Fields with bare `@deprecated` → No JSDoc comment generated This is expected behavior from @graphql-codegen/typescript plugin and aligns the generated code with the tool's standard output format. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
🦋 Changeset detectedLatest commit: 8fcec17 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
Contributor
Differences FoundExpandLicense Package Apache-2.0 @pollyjs/adapter Apache-2.0 @pollyjs/core Apache-2.0 @pollyjs/persister Apache-2.0 @pollyjs/utils Apache-2.0 baseline-browser-mapping Apache-2.0 web-vitals BSD-3-Clause @sentry/cli-win32-arm64 ISC @ungap/structured-clone ISC walk-up-path MIT @babel/helper-globals MIT @babel/plugin-syntax-class-static-block MIT @babel/plugin-syntax-import-attributes MIT @babel/plugin-syntax-private-property-in-object MIT @emnapi/core MIT @emnapi/runtime MIT @emnapi/wasi-threads MIT @esbuild/openharmony-arm64 MIT @inquirer/external-editor MIT @jest/pattern MIT @jridgewell/remapping MIT @napi-rs/wasm-runtime MIT @oxc-resolver/binding-android-arm-eabi MIT @oxc-resolver/binding-android-arm64 MIT @oxc-resolver/binding-darwin-arm64 MIT @oxc-resolver/binding-darwin-x64 MIT @oxc-resolver/binding-freebsd-x64 MIT @oxc-resolver/binding-linux-arm-gnueabihf MIT @oxc-resolver/binding-linux-arm-musleabihf MIT @oxc-resolver/binding-linux-arm64-gnu MIT @oxc-resolver/binding-linux-arm64-musl MIT @oxc-resolver/binding-linux-ppc64-gnu MIT @oxc-resolver/binding-linux-riscv64-gnu MIT @oxc-resolver/binding-linux-riscv64-musl MIT @oxc-resolver/binding-linux-s390x-gnu MIT @oxc-resolver/binding-linux-x64-gnu MIT @oxc-resolver/binding-linux-x64-musl MIT @oxc-resolver/binding-wasm32-wasi MIT @oxc-resolver/binding-win32-arm64-msvc MIT @oxc-resolver/binding-win32-ia32-msvc MIT @oxc-resolver/binding-win32-x64-msvc MIT @posthog/core MIT @radix-ui/react-use-effect-event MIT @rolldown/pluginutils MIT @rollup/rollup-linux-loong64-gnu MIT @rollup/rollup-linux-ppc64-gnu MIT @rollup/rollup-linux-riscv64-musl MIT @rollup/rollup-openharmony-arm64 MIT @rollup/rollup-win32-x64-gnu MIT @rtsao/scc MIT @sindresorhus/fnv1a MIT @tybys/wasm-util MIT @types/codemirror MIT @types/set-cookie-parser MIT @types/tern MIT @wry/caches MIT array-buffer-byte-length MIT array.prototype.findlast MIT array.prototype.findlastindex MIT arraybuffer.prototype.slice MIT async-function MIT blueimp-md5 MIT bowser MIT call-bind-apply-helpers MIT call-bound MIT data-view-buffer MIT data-view-byte-length MIT data-view-byte-offset MIT debounce-promise MIT define-data-property MIT dunder-proto MIT emoji-regex-xs MIT es-define-property MIT es-errors MIT es-iterator-helpers MIT es-object-atoms MIT es-set-tostringtag MIT fd-package-json MIT fdir MIT formatly MIT generator-function MIT get-proto MIT globalthis MIT gopd MIT has-proto MIT hasown MIT is-absolute-url MIT is-array-buffer MIT is-async-function MIT is-data-view MIT is-finalizationregistry MIT is-generator-function MIT iterator.prototype MIT json-buffer MIT keyv MIT loglevel MIT math-intrinsics MIT object.groupby MIT own-keys MIT oxc-resolver MIT possible-typed-array-names MIT quansync MIT reflect.getprototypeof MIT rehackt MIT route-recognizer MIT safe-array-concat MIT safe-push-apply MIT set-cookie-parser MIT set-function-length MIT set-function-name MIT set-proto MIT side-channel-list MIT side-channel-map MIT side-channel-weakmap MIT stop-iteration-iterator MIT string.prototype.repeat MIT string.prototype.trim MIT tinyglobby MIT ts-api-utils MIT typed-array-buffer MIT typed-array-byte-length MIT typed-array-byte-offset MIT typed-array-length MIT undici-types MIT utf8-byte-length MIT which-builtin-type SEE LICENSE IN LICENSE posthog-js SEE LICENSE IN LICENSE spawndamnit WTFPL utf8-byte-length SummaryExpand
|
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.
Regenerate 3.21 schema to add support for the new webhook event in webhook detail view.