From c605324370e0b92172555286cbbc1d37dcb672e2 Mon Sep 17 00:00:00 2001 From: Geoffroy Couprie Date: Wed, 13 Nov 2024 15:09:52 +0100 Subject: [PATCH] changeset --- .changesets/fix_geal_introspection_dedup_fix.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changesets/fix_geal_introspection_dedup_fix.md diff --git a/.changesets/fix_geal_introspection_dedup_fix.md b/.changesets/fix_geal_introspection_dedup_fix.md new file mode 100644 index 0000000000..f93112b815 --- /dev/null +++ b/.changesets/fix_geal_introspection_dedup_fix.md @@ -0,0 +1,5 @@ +### Fix introspection query deduplication ([Issue #6249](https://github.com/apollographql/router/issues/6249)) + +To reduce CPU usage, query planning and introspection queries are deduplicated. In some cases, deduplicated introspection queries were not receiving their result. This makes sure that answers are sent in all cases. + +By [@Geal](https://github.com/Geal) in https://github.com/apollographql/router/pull/6257 \ No newline at end of file