Skip to content

Commit

Permalink
Add changeset for #3014 (#3015)
Browse files Browse the repository at this point in the history
  • Loading branch information
clenfest authored May 22, 2024
1 parent 907babf commit f5fe3e7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .changeset/quick-zebras-wave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@apollo/query-graphs": patch
---

Fix bug in context-matching logic for interfaces-implementing-interfaces (#3014)

A field is considered to match a context if the field's parent type (in the original query) either has `@context` on it, or implements/is a member of a type with `@context` on it. We ended up missing the case where interfaces implement interfaces; this PR introduces a fix.

0 comments on commit f5fe3e7

Please sign in to comment.