Skip to content

Commit

Permalink
readme: mention that batched requests now require a POST request
Browse files Browse the repository at this point in the history
  • Loading branch information
mfn committed Apr 10, 2021
1 parent f989ba3 commit 62d58a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1766,6 +1766,8 @@ class PostsQuery extends Query

### Batching

Batched requests are required to be sent via a POST request.

You can send multiple queries (or mutations) at once by grouping them together. Therefore, instead of creating two HTTP requests:

```
Expand Down

0 comments on commit 62d58a3

Please sign in to comment.