From 2bd7d4a241919debcf4f6cb2a94f204eefce09a9 Mon Sep 17 00:00:00 2001 From: Bryn Cooke Date: Tue, 6 Dec 2022 09:13:41 +0000 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Geoffroy Couprie --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87421fdd3b8..783a41db915 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -264,7 +264,7 @@ The error response will now contain the status code and status name. Example: `H By [@col](https://github.com/col) in https://github.com/apollographql/router/pull/2118 -### handle mutations containing @defer ([Issue #2099](https://github.com/apollographql/router/issues/2099)) +### handle mutations containing `@defer` ([Issue #2099](https://github.com/apollographql/router/issues/2099)) The Router generates partial query shapes corresponding to the primary and deferred responses, to validate the data sent back to the client. Those query shapes were invalid for mutations.