Skip to content

Commit dbaf899

Browse files
committed
doc: Add introspection, queryDepthLimit and resolverCountLimit
1 parent d2f2c60 commit dbaf899

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/general-config.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ appSync:
5050
- `logging`: See [Logging](#Logging)
5151
- `xrayEnabled`: Boolean. Enable or disable X-Ray tracing.
5252
- `visibility`: Optional. `GLOBAL` or `PRIVATE`. **Changing this value requires the replacement of the API.**
53+
- `introspection`: Boolean. Whether to enable introspection or not. Defaults to `true`.
54+
- `queryDepthLimit`: Optional. The maximum amount of nested level allowed per query. Must be between 1 and 75. If not specified: unlimited.
55+
- `resolverCountLimit`: Optional. The maximum number of resolvers a query can process. Must be between 1 and 1000. If not specified: unlimited.
5356
- `tags`: A key-value pair for tagging this AppSync API
5457
- `esbuild`: Custom esbuild options, or `false` See [Esbuild](#Esbuild)
5558

0 commit comments

Comments
 (0)