File tree 1 file changed +4
-4
lines changed
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_.
14
14
15
15
### Response
16
16
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.
19
19
20
20
If the request raised any errors, the response map must contain an entry with
21
21
key ` errors ` . The value of this entry is described in the "Errors" section. If
@@ -42,8 +42,8 @@ response during debugging.
42
42
43
43
### Response Stream
44
44
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_ .
47
47
48
48
### Data
49
49
You can’t perform that action at this time.
0 commit comments