Skip to content

refactor(graphql): extract subscription wire protocol#869

Merged
stdevi merged 3 commits into
masterfrom
stdevi/extract-subscription-protocol
Jul 23, 2026
Merged

refactor(graphql): extract subscription wire protocol#869
stdevi merged 3 commits into
masterfrom
stdevi/extract-subscription-protocol

Conversation

@stdevi

@stdevi stdevi commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Extracts the subscription wire protocol (message vocabulary, frame serialization, and incoming-frame parsing) out of GraphqlService behind a SubscriptionProtocol seam with zero wire/behavior change, as step 1 of the graphql-ws migration.

Move the message vocabulary, frame serialization, and incoming-frame
parsing out of GraphqlService into a SubscriptionProtocol seam with a
LegacySubscriptionProtocol implementation. No wire or behavior change;
prepares for the graphql-ws protocol migration (Qminder/server#28325).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@stdevi
stdevi marked this pull request as ready for review July 21, 2026 15:07
@stdevi stdevi self-assigned this Jul 21, 2026
@stdevi
stdevi requested a review from KonradPaluch July 21, 2026 15:07

@KonradPaluch KonradPaluch left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good!

left one suggestion

Comment thread packages/javascript-api/src/lib/services/graphql/graphql.service.ts
stdevi and others added 2 commits July 23, 2026 16:04
…ce.ts

Co-authored-by: Konrad Paluch <konradpaluch97@gmail.com>
@stdevi
stdevi added this pull request to the merge queue Jul 23, 2026
Merged via the queue into master with commit faab950 Jul 23, 2026
10 checks passed
@stdevi
stdevi deleted the stdevi/extract-subscription-protocol branch July 23, 2026 13:08
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.

2 participants