Skip to content

Commit 4b439f4

Browse files
authored
docs(gateway): improve compression documentation (#6600)
1 parent be35a6e commit 4b439f4

File tree

1 file changed

+7
-0
lines changed
  • packages/web/docs/src/content/gateway/other-features/performance

1 file changed

+7
-0
lines changed

packages/web/docs/src/content/gateway/other-features/performance/compression.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,3 +240,10 @@ export const gatewayConfig = defineConfig({
240240
}
241241
})
242242
```
243+
244+
<Callout>
245+
<b>Caution!</b>
246+
<br />
247+
Currently, activating compression between gateway and subgraph will also activate compression
248+
between the client and the gateway.
249+
</Callout>

0 commit comments

Comments
 (0)