File tree Expand file tree Collapse file tree
content/docs/references/api Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ const result = ApiError.parse(data);
116116| Property | Type | Required | Description |
117117| :--- | :--- | :--- | :--- |
118118| ** maxBatchSize** | ` integer ` | ✅ | Maximum number of keys per batch load |
119- | ** batchScheduleFn** | ` Enum<'microtask' \| 'TIMEOUT ' \| 'manual'> ` | ✅ | Scheduling strategy for collecting batch keys |
119+ | ** batchScheduleFn** | ` Enum<'microtask' \| 'timeout ' \| 'manual'> ` | ✅ | Scheduling strategy for collecting batch keys |
120120| ** cacheEnabled** | ` boolean ` | ✅ | Enable per-request result caching |
121121| ** cacheKeyFn** | ` string ` | optional | Name or identifier of the cache key function |
122122| ** cacheTtl** | ` number ` | optional | Cache time-to-live in seconds (0 = no expiration) |
@@ -214,7 +214,7 @@ const result = ApiError.parse(data);
214214| Property | Type | Required | Description |
215215| :--- | :--- | :--- | :--- |
216216| ** preventNPlusOne** | ` boolean ` | ✅ | Enable N+1 query detection and prevention |
217- | ** dataLoader** | ` { maxBatchSize: integer; batchScheduleFn: Enum<'microtask' \| 'TIMEOUT ' \| 'manual'>; cacheEnabled: boolean; cacheKeyFn?: string; … } ` | optional | DataLoader batch loading configuration |
217+ | ** dataLoader** | ` { maxBatchSize: integer; batchScheduleFn: Enum<'microtask' \| 'timeout ' \| 'manual'>; cacheEnabled: boolean; cacheKeyFn?: string; … } ` | optional | DataLoader batch loading configuration |
218218| ** batchStrategy** | ` { strategy: Enum<'dataloader' \| 'windowed' \| 'prefetch'>; windowMs?: number; prefetchDepth?: integer; associationLoading: Enum<'lazy' \| 'eager' \| 'batch'> } ` | optional | Batch loading strategy configuration |
219219| ** maxQueryDepth** | ` integer ` | ✅ | Maximum depth for nested relation queries |
220220| ** queryComplexityLimit** | ` number ` | optional | Maximum allowed query complexity score |
You can’t perform that action at this time.
0 commit comments