docs(gateway): improve compression documentation (#6600)

This commit is contained in:
Yannick Rödl 2025-03-11 07:35:07 +01:00 committed by GitHub
parent be35a6e50b
commit 4b439f4b2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -240,3 +240,10 @@ export const gatewayConfig = defineConfig({
}
})
```
<Callout>
<b>Caution!</b>
<br />
Currently, activating compression between gateway and subgraph will also activate compression
between the client and the gateway.
</Callout>