From 0bc736bf3571440ef0ca545e1ffc824c7c02280a Mon Sep 17 00:00:00 2001 From: Lenny Burdette Date: Mon, 5 May 2025 21:23:38 -0400 Subject: [PATCH] remove a changeset this change isn't relevant until a new version of federation is released --- .changesets/fix_lb_carryover_input_types.md | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .changesets/fix_lb_carryover_input_types.md diff --git a/.changesets/fix_lb_carryover_input_types.md b/.changesets/fix_lb_carryover_input_types.md deleted file mode 100644 index 22529b65de..0000000000 --- a/.changesets/fix_lb_carryover_input_types.md +++ /dev/null @@ -1,7 +0,0 @@ -### Fix directive inputs with `@composeDirective` and Connectors ([PR #7383](https://github.com/apollographql/router/pull/7383)) - -Prior to this fix, any time a directive added with `@composeDirective` has its own input types (custom scalars, enums, input types) and a Connector is used, those types would be lost and the supergraph would fail to compose. - - - -By [@lennyburdette](https://github.com/lennyburdette) in https://github.com/apollographql/router/pull/7383 \ No newline at end of file