Skip to content

Commit

Permalink
doc: Add introspection, queryDepthLimit and resolverCountLimit
Browse files Browse the repository at this point in the history
  • Loading branch information
bboure committed Dec 30, 2023
1 parent d2f2c60 commit dbaf899
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/general-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ appSync:
- `logging`: See [Logging](#Logging)
- `xrayEnabled`: Boolean. Enable or disable X-Ray tracing.
- `visibility`: Optional. `GLOBAL` or `PRIVATE`. **Changing this value requires the replacement of the API.**
- `introspection`: Boolean. Whether to enable introspection or not. Defaults to `true`.
- `queryDepthLimit`: Optional. The maximum amount of nested level allowed per query. Must be between 1 and 75. If not specified: unlimited.
- `resolverCountLimit`: Optional. The maximum number of resolvers a query can process. Must be between 1 and 1000. If not specified: unlimited.
- `tags`: A key-value pair for tagging this AppSync API
- `esbuild`: Custom esbuild options, or `false` See [Esbuild](#Esbuild)

Expand Down

0 comments on commit dbaf899

Please sign in to comment.