Update requests.md

This commit is contained in:
Sashko Stubailo 2017-07-24 00:11:14 -07:00 committed by GitHub
parent f9ddd39cd7
commit 9b27e75d6e

View file

@ -28,6 +28,8 @@ Variables can be an object or a JSON-encoded string. I.e. the following is equiv
}
```
<h3 id="batching">Batching</h3>
A batch of queries can be sent by simply sending a JSON-encoded array of queries, e.g.
```js