diff --git a/.changeset/fix_directives_to_subgraph_passing.md b/.changeset/fix_directives_to_subgraph_passing.md new file mode 100644 index 000000000..beb8fdeed --- /dev/null +++ b/.changeset/fix_directives_to_subgraph_passing.md @@ -0,0 +1,6 @@ +--- +"@apollo/query-planner": patch +"@apollo/federation-internals": patch +--- + +Fixed a regression created by PR (#2967), where directives would not be properly attached to their parent. (#2982)