-
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(federation): shared mutation field should not be batched #387
Conversation
🚀 Snapshot Release (
|
Package | Version | Info |
---|---|---|
@graphql-tools/batch-delegate |
9.0.26-alpha-4b17cc18283b53bb01a7f4af8969cafb56d38c05 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/federation |
3.0.6-alpha-4b17cc18283b53bb01a7f4af8969cafb56d38c05 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/fusion-runtime |
0.10.26-alpha-4b17cc18283b53bb01a7f4af8969cafb56d38c05 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/gateway |
1.7.5-alpha-4b17cc18283b53bb01a7f4af8969cafb56d38c05 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/plugin-opentelemetry |
1.3.33-alpha-4b17cc18283b53bb01a7f4af8969cafb56d38c05 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/plugin-prometheus |
1.3.21-alpha-4b17cc18283b53bb01a7f4af8969cafb56d38c05 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/gateway-runtime |
1.4.5-alpha-4b17cc18283b53bb01a7f4af8969cafb56d38c05 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/stitch |
9.4.12-alpha-4b17cc18283b53bb01a7f4af8969cafb56d38c05 |
npm ↗︎ unpkg ↗︎ |
d8bb597
to
0659f04
Compare
0659f04
to
4b17cc1
Compare
🚀 Snapshot Release (Bun Docker Image)The latest changes of this PR are available as image on GitHub Container Registry (based on the declared
|
🚀 Snapshot Release (Node Docker Image)The latest changes of this PR are available as image on GitHub Container Registry (based on the declared
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @ardatan
Is this a case that could also fit into the audit?
@Urigo It is actually an implementation detail(causing extra operation) not a compatibility issue. |
In case of shared root field on Mutation, it was batched incorrectly across subgraphs. But instead only one mutation should be called as mutations should not be parallel