-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: batch delegation collapses two requests with different arguments into a single memoized loader #382
Conversation
… into a single memoized loader
🚀 Snapshot Release (
|
Package | Version | Info |
---|---|---|
@graphql-tools/batch-delegate |
9.0.26-alpha-9c41cde1c216af298b0d06bac70cea796d4f03e2 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/federation |
3.0.5-alpha-9c41cde1c216af298b0d06bac70cea796d4f03e2 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/fusion-runtime |
0.10.25-alpha-9c41cde1c216af298b0d06bac70cea796d4f03e2 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/gateway |
1.7.4-alpha-9c41cde1c216af298b0d06bac70cea796d4f03e2 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/plugin-opentelemetry |
1.3.32-alpha-9c41cde1c216af298b0d06bac70cea796d4f03e2 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/plugin-prometheus |
1.3.20-alpha-9c41cde1c216af298b0d06bac70cea796d4f03e2 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/gateway-runtime |
1.4.4-alpha-9c41cde1c216af298b0d06bac70cea796d4f03e2 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/stitch |
9.4.12-alpha-9c41cde1c216af298b0d06bac70cea796d4f03e2 |
npm ↗︎ unpkg ↗︎ |
🚀 Snapshot Release (Node Docker Image)The latest changes of this PR are available as image on GitHub Container Registry (based on the declared
|
🚀 Snapshot Release (Bun Docker Image)The latest changes of this PR are available as image on GitHub Container Registry (based on the declared
|
Huge thank you to @ardatan for having a look at this! Corner case, but this means we can stop maintaining our own fork of the batch-delegation library. 🥳 |
Thank you for the PR again! |
Originally fixed by @maxbol in the PR ardatan/graphql-tools#5189
Closes #5188
Fixes #5189