File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
website/src/pages/docs/features Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
description :
3
- Stream and defer are directives that allow you to improve latency for clients by sending data the
3
+ Stream and defer are directives that allow you to improve latency for clients by sending the
4
4
most important data as soon as it's ready.
5
5
---
6
6
7
7
import { Callout } from ' @theguild/components'
8
8
9
9
# Defer and Stream
10
10
11
- Stream and defer are directives that allow you to improve latency for clients by sending data the
11
+ Stream and defer are directives that allow you to improve latency for clients by sending the
12
12
most important data as soon as it's ready.
13
13
14
- As applications grow, the GraphQL operation documents can get bigger.. The server will only send the
14
+ As applications grow, the GraphQL operation documents can get bigger. The server will only send the
15
15
response back once all the data requested in the query is ready. However, not all requested data is
16
16
of equal importance, and the client may not need all of the data at once. To remedy this, GraphQL
17
17
specification working group is working on
You can’t perform that action at this time.
0 commit comments