diff --git a/.changeset/calm-eels-hope.md b/.changeset/calm-eels-hope.md index aa0f68cb5..20d9dd276 100644 --- a/.changeset/calm-eels-hope.md +++ b/.changeset/calm-eels-hope.md @@ -5,4 +5,6 @@ '@graphql-hive/gateway-runtime': patch --- -Fix Retry / Timeout combination +Fix the combination of `upstreamRetry` and `upstreamTimeout` together + +When you use `upstreamRetry` and `upstreamTimeout` together, the `upstreamRetry` wasn't applied properly when the request is timed out with `upstreamTimeout`.