Skip to content

Fix #8057 combined NodeResolver+Query strong-id schema failure#9272

Merged
michaelstaib merged 2 commits intomainfrom
mst/issue-8057
Mar 2, 2026
Merged

Fix #8057 combined NodeResolver+Query strong-id schema failure#9272
michaelstaib merged 2 commits intomainfrom
mst/issue-8057

Conversation

@michaelstaib
Copy link
Member

@michaelstaib michaelstaib commented Feb 27, 2026

  • update generated root operation field wiring for [Query] methods that also carry [NodeResolver]
  • when such a method is emitted, mark the first argument as relay ID in generated configuration
  • add a focused integration regression (Issue8057ProbeTests + Issue8057ProbeTypes) that reproduces the strong-typed-ID schema failure case
  • update the affected integration schema snapshot

Fixes #8057

@github-actions
Copy link
Contributor

github-actions bot commented Feb 27, 2026

Fusion Gateway Performance Results

Progress: 0/6 benchmarks completed — this report updates as each job finishes.

Simple Composite Query

Req/s Err%
Constant 2 (50 VUs) pending pending
Ramping 2 (0-500-0 VUs) pending pending
Response Times
Min Med Avg P90 P95 Max
Constant 2 pending pending pending pending pending pending
Ramping 2 pending pending pending pending pending pending

Deep Recursion Query

Req/s Err%
Constant 2 (50 VUs) pending pending
Ramping 2 (0-500-0 VUs) pending pending
Response Times
Min Med Avg P90 P95 Max
Constant 2 pending pending pending pending pending pending
Ramping 2 pending pending pending pending pending pending

Variable Batching Throughput

Req/s Err%
Constant 2 (50 VUs) pending pending
Ramping 2 (0-500-0 VUs) pending pending
Response Times
Min Med Avg P90 P95 Max
Constant 2 pending pending pending pending pending pending
Ramping 2 pending pending pending pending pending pending

Runner 2 = benchmarking-2

Run 22505438055 • Commit 4ad7898 • Sat, 28 Feb 2026 22:00:04 GMT

@michaelstaib michaelstaib added 🎬 ready Ready to merge labels Mar 2, 2026
@michaelstaib michaelstaib merged commit 83c28b7 into main Mar 2, 2026
117 checks passed
@michaelstaib michaelstaib deleted the mst/issue-8057 branch March 2, 2026 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Able to use [NodeResolver] and [Query] on the same resolver method

1 participant