Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changesets/fix_qp_forbid_unknown_links.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
### Fixed native query planner regression not forbidding unknown spec links

The legacy JavaScript query planner forbids any usage of unknown `@link` specs in supergraph schemas with either `EXECUTION` or `SECURITY` value set for the `for` argument (aka, the spec's "purpose"). This behavior had not been ported to the native query planner previously. This PR implements the expected behavior in the native query planner.

By [@duckki](https://github.com/duckki) in https://github.com/apollographql/router/pull/7587