We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2f2c60 commit dbaf899Copy full SHA for dbaf899
1 file changed
doc/general-config.md
@@ -50,6 +50,9 @@ appSync:
50
- `logging`: See [Logging](#Logging)
51
- `xrayEnabled`: Boolean. Enable or disable X-Ray tracing.
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.
56
- `tags`: A key-value pair for tagging this AppSync API
57
- `esbuild`: Custom esbuild options, or `false` See [Esbuild](#Esbuild)
58
0 commit comments