Skip to content

Commit d63c250

Browse files
authored
Update graphql-request-parser.md (ExpediaGroup#1302)
Minor grammatical improvements
1 parent a9fa970 commit d63c250

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/server/graphql-request-parser.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ where
2828
- `variables` is an optional map of JSON objects that are referenced as input arguments in the `query` string
2929

3030
GraphQL Kotlin server supports both single and batch GraphQL requests. Batch requests are represented as a list of individual
31-
GraphQL requests. When processing batch requests, same context will be used for processing all requests and server will respond
32-
with a list of GraphQL responses.
31+
GraphQL requests. When processing batch requests, the same context will be used for processing all requests and the server will
32+
respond with a list of GraphQL responses.
3333

3434
If the request is not a valid GraphQL format, the interface should return `null` and let the server specific code return a bad request status to the client.
3535
This is not the same as a GraphQL error or an exception thrown by the schema.

0 commit comments

Comments
 (0)