You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/server/graphql-request-parser.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,8 @@ where
28
28
-`variables` is an optional map of JSON objects that are referenced as input arguments in the `query` string
29
29
30
30
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.
33
33
34
34
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.
35
35
This is not the same as a GraphQL error or an exception thrown by the schema.
0 commit comments