Skip to content

Commit 36ec756

Browse files
committed
docs: regenerate contract reference after timeout revert; fix stale derived-code casing in api index
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01MaSQn77TT5fUgHK9CesaDK
1 parent 229d48d commit 36ec756

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/docs/references/api/contract.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 |

0 commit comments

Comments
 (0)