We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d07dee commit 008818dCopy full SHA for 008818d
spec/Section 7 -- Response.md
@@ -36,7 +36,7 @@ in the response stream.
36
If the response of the GraphQL operation is a response stream, each response map
37
must contain an entry with key `hasNext`. The value of this entry is `true` for
38
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
+the last response of the stream. This entry must not be present for GraphQL
40
operations that return a single response map.
41
42
The GraphQL server may determine there are no more values in the response stream
0 commit comments