mirror of
https://github.com/directus/directus.git
synced 2026-01-23 19:18:07 -05:00
Add max batch mutation (#17535)
Co-authored-by: Brainslug <br41nslug@users.noreply.github.com> Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
This commit is contained in:
@@ -203,6 +203,7 @@ prefixing the value with `{type}:`. The following types are available:
|
||||
| `ROOT_REDIRECT` | Where to redirect to when navigating to `/`. Accepts a relative path, absolute URL, or `false` to disable. | `./admin` |
|
||||
| `SERVE_APP` | Whether or not to serve the Admin App under `/admin`. | `true` |
|
||||
| `GRAPHQL_INTROSPECTION` | Whether or not to enable GraphQL Introspection | `true` |
|
||||
| `MAX_BATCH_MUTATION` | The maximum number of items for batch mutations when creating, updating and deleting. | `Infinity` |
|
||||
| `MAX_RELATIONAL_DEPTH` | The maximum depth when filtering / querying relational fields, with a minimum value of `2`. | `10` |
|
||||
| `ROBOTS_TXT` | What the `/robots.txt` endpoint should return | `User-agent: *\nDisallow: /` |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user