Skip to content

Commit

Permalink
Document allowBatchedHttpRequests
Browse files Browse the repository at this point in the history
  • Loading branch information
Stelios Kotanidis committed Oct 3, 2021
1 parent b86be92 commit 1c8176d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/source/api/apollo-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,16 @@ If this is set to any string value, use that value instead of the environment va
</td>
</tr>

##### `allowBatchedHttpRequests`

`Boolean`
</td>
<td>

Controls whether to allow batching multiple Queries in a single HTTP Request. Defaults to `true`. If the GraphQL Server has this flag set to `false` and a request comes in with more than one query, an error will be thrown.
</td>
</tr>

</tbody>
</table>

Expand Down

0 comments on commit 1c8176d

Please sign in to comment.