We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a79aac commit bf42f98Copy full SHA for bf42f98
docs/types/defer-and-stream.md
@@ -14,6 +14,14 @@ rather than waiting for the entire response to be ready.
14
This feature requires `graphql-core>=3.3.0a9` and is currently experimental. The
15
API and behavior may change in future releases.
16
17
+**Important limitations:**
18
+
19
+- Extensions (most importantly `MaskErrors`) are not fully supported yet.
20
+ Extensions currently only process the initial result and do not handle
21
+ incremental payloads delivered by `@defer` and `@stream`.
22
+- This means error masking and other extension functionality will only apply to
23
+ the initial response, not to deferred or streamed data.
24
25
</Note>
26
27
## Enabling Defer and Stream
0 commit comments