You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: website/pages/defer-stream.mdx
+9-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,15 @@
2
2
title: Enabling Defer & Stream
3
3
---
4
4
5
-
The `@defer` and `@stream` directives are not enabled by default. In order to use these directives, you must add them to your GraphQL Schema and use the `experimentalExecuteIncrementally` function instead of `execute`.
5
+
import { Callout } from'nextra/components'
6
+
7
+
<Callouttype="info"emoji="ℹ️">
8
+
These exports are only available in v17 and beyond.
9
+
</Callout>
10
+
11
+
The `@defer` and `@stream` directives are not enabled by default.
12
+
In order to use these directives, you must add them to your GraphQL Schema and
13
+
use the `experimentalExecuteIncrementally` function instead of `execute`.
0 commit comments