Skip to content

Commit ac12814

Browse files
committed
Add changeset
1 parent 9f25b99 commit ac12814

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
### Error when query planning a satisfiable @shareable mutation field ([PR #8352](https://github.com/apollographql/router/pull/8352))
2+
3+
When query planning a mutation operation that executes a @shareable mutation field at top-level, query planning may unexpectedly error due to attempting to generate a plan where that mutation field is called more than once across multiple subgraphs. Query planning has now been updated to avoid generating such plans.
4+
5+
By [@sachindshinde](https://github.com/sachindshinde) in https://github.com/apollographql/router/pull/8352

0 commit comments

Comments
 (0)