Skip to content

Commit 008818d

Browse files
committed
update on hasNext
1 parent 8d07dee commit 008818d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 7 -- Response.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ in the response stream.
3636
If the response of the GraphQL operation is a response stream, each response map
3737
must contain an entry with key `hasNext`. The value of this entry is `true` for
3838
all but the last response in the stream. The value of this entry is `false` for
39-
the last response of the stream. This entry is not required for GraphQL
39+
the last response of the stream. This entry must not be present for GraphQL
4040
operations that return a single response map.
4141

4242
The GraphQL server may determine there are no more values in the response stream

0 commit comments

Comments
 (0)