Skip to content

Commit bf42f98

Browse files
committed
Note in the docs
1 parent 5a79aac commit bf42f98

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/types/defer-and-stream.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ rather than waiting for the entire response to be ready.
1414
This feature requires `graphql-core>=3.3.0a9` and is currently experimental. The
1515
API and behavior may change in future releases.
1616

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+
1725
</Note>
1826

1927
## Enabling Defer and Stream

0 commit comments

Comments
 (0)