File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,9 @@ appSync:
50
50
- `logging` : See [Logging](#Logging)
51
51
- `xrayEnabled` : Boolean. Enable or disable X-Ray tracing.
52
52
- `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.
53
56
- `tags` : A key-value pair for tagging this AppSync API
54
57
- `esbuild` : Custom esbuild options, or `false` See [Esbuild](#Esbuild)
55
58
You can’t perform that action at this time.
0 commit comments