mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 09:08:34 +00:00
docs(gateway): improve compression documentation (#6600)
This commit is contained in:
parent
be35a6e50b
commit
4b439f4b2f
1 changed files with 7 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue