Skip to content

fix(v3): restore GraphQL definitions and macOS app handoff - #3951

Merged
afonsojramos merged 2 commits into
v3-betafrom
fix/v3-protocol-graphql
Sep 16, 2026
Merged

afonsojramos merged 2 commits into
v3-betafrom
fix/v3-protocol-graphql

Conversation

@afonsojramos

@afonsojramos afonsojramos commented Sep 16, 2026

Copy link
Copy Markdown
Member

Restore GraphQL operation definitions for modules on the captured v3 client and repair macOS app-link registration.

GraphQL definitions are discovered from captured webpack factories without executing those factories. Late-loaded definitions refresh on property lookup and enumeration, ambiguous entries are omitted, and the existing v2 registry is preserved. The macOS protocol applet is now signed and verified after its URL-scheme metadata is written.

Validation: 157 JavaScript tests, payload and wrapper checks, targeted lint/format, and four macOS platform tests including actual osacompile and codesign execution pass.

Live macOS verification passed on Spotify 1.3.0.277: 95 GraphQL definitions were discovered and getAlbum returned album data. The registered applet passed strict signature verification; the normal macOS URL handoff completed Apply and restarted Spotify. This used a combined local build with #3948 and #3952, not a published release. Browser custom-scheme prompts were not exercised.

Fixes #3927

Read persisted operation metadata from captured factories without executing
them. Preserve the v2 registry and omit ambiguous definitions in v3.

Fixes #3927
Verify the final applet signature before registering it with Launch Services.
@coderabbitai

coderabbitai Bot commented Sep 16, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Advanced

Run ID: 66e5cc46-7883-4ea7-aeb7-47477a6cdbe2

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@afonsojramos
afonsojramos marked this pull request as ready for review September 16, 2026 23:38
@afonsojramos
afonsojramos merged commit 5794259 into v3-beta Sep 16, 2026
6 checks passed
@afonsojramos
afonsojramos deleted the fix/v3-protocol-graphql branch September 16, 2026 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant