File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ The incremental stream might look like:
25
25
26
26
The initial response does not contain any deferred or streamed results in the
27
27
` data ` entry. The initial response contains a ` hasNext ` entry, indicating that
28
- subsequent responses will be delivered. There are two Pending Responses
29
- indicating that results for both the ` @defer ` and ` @stream ` in the query will be
30
- delivered in the subsequent responses.
28
+ subsequent responses will be delivered. There are two Pending Results indicating
29
+ that results for both the ` @defer ` and ` @stream ` in the query will be delivered
30
+ in the subsequent responses.
31
31
32
32
``` json example
33
33
{
@@ -126,8 +126,8 @@ The incremental stream might look like:
126
126
The initial response contains the results of the ` firstName ` field. Even though
127
127
it is also present in the ` HomeWorldFragment ` , it must be returned in the
128
128
initial response because it is also defined outside of any fragments with the
129
- ` @defer ` directive. Additionally, There are two Pending Responses indicating
130
- that results for both ` @defer ` s in the query will be delivered in the subsequent
129
+ ` @defer ` directive. Additionally, There are two Pending Results indicating that
130
+ results for both ` @defer ` s in the query will be delivered in the subsequent
131
131
responses.
132
132
133
133
``` json example
You can’t perform that action at this time.
0 commit comments