-
Notifications
You must be signed in to change notification settings - Fork 254
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(query-graphs): When eliminating suboptimal indirect paths, proper…
…ly check for a direct `@key` edge (#3160) This PR fixes a bug where when removing suboptimal indirect paths, we didn't properly check for a direct `@key` edge at the end of the potential direct path. <!-- ROUTER-750 -->
- Loading branch information
1 parent
8334c2a
commit e00e1c9
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@apollo/query-graphs": patch | ||
--- | ||
|
||
When eliminating suboptimal indirect paths during query planning, properly check for a direct `@key` edge at the end of the potential direct path. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters