From 970d39d4e85fe2e13146ca4a8808bfeba0767358 Mon Sep 17 00:00:00 2001 From: Jesse Rosenberger Date: Tue, 12 Sep 2023 11:27:06 +0300 Subject: [PATCH] Update Changelog for #3586 (#3804) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This corrects the CHANGELOG entry for #3586 which inadvertently suggested using `` twice instead of `` and (separately) ``: ``` https://studio.apollographql.com/graph//variant//operations?query= ``` This doesn't replace the need to document this in https://github.com/apollographql/router/issues/3803. 😄 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26f26fb183..e3050a84b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -146,7 +146,7 @@ By [@Geal](https://github.com/Geal) in https://github.com/apollographql/router/p This exposes a new key in the `Context`, `apollo_operation_id`, which identifies operation you can find in studio: ``` -https://studio.apollographql.com/graph//variant//operations?query= +https://studio.apollographql.com/graph//variant//operations?query= ``` The `apollo_operation_id` context key is exposed during: