File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ A GraphQL request returns either a _response_ or a _response stream_.
1414
1515### Response
1616
17- :: A GraphQL request will return a _ response_ when the GraphQL operation is a
18- query or mutation. A _ response_ must be a map.
17+ :: A GraphQL request returns a _ response_ when the GraphQL operation is a query
18+ or mutation. A _ response_ must be a map.
1919
2020If the request raised any errors, the response map must contain an entry with
2121key ` errors ` . The value of this entry is described in the "Errors" section. If
@@ -42,8 +42,8 @@ response during debugging.
4242
4343### Response Stream
4444
45- :: A GraphQL request will return a _ response stream_ when the GraphQL operation
46- is a subscription. A _ response stream_ must be a stream of _ response_ .
45+ :: A GraphQL request returns a _ response stream_ when the GraphQL operation is a
46+ subscription. A _ response stream_ must be a stream of _ response_ .
4747
4848### Data
4949
You can’t perform that action at this time.
0 commit comments