Skip to content

Commit f114420

Browse files
committed
correct Pending Results
1 parent 42bdb5c commit f114420

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

spec/Appendix C -- Examples.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ The incremental stream might look like:
2525

2626
The initial response does not contain any deferred or streamed results in the
2727
`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.
3131

3232
```json example
3333
{
@@ -126,8 +126,8 @@ The incremental stream might look like:
126126
The initial response contains the results of the `firstName` field. Even though
127127
it is also present in the `HomeWorldFragment`, it must be returned in the
128128
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
131131
responses.
132132

133133
```json example

0 commit comments

Comments
 (0)