diff --git a/website/pages/defer-stream.mdx b/website/pages/defer-stream.mdx index 3abd98a4bf..166bcb3eb3 100644 --- a/website/pages/defer-stream.mdx +++ b/website/pages/defer-stream.mdx @@ -2,7 +2,15 @@ title: Enabling Defer & Stream --- -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`. +import { Callout } from 'nextra/components' + + + These exports are only available in v17 and beyond. + + +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`. ```js import {