Graphorin API reference v0.12.1
Graphorin API reference / @graphorin/store-sqlite / / PendingConflictRow
Interface: PendingConflictRow
Defined in: packages/store-sqlite/src/conflict-store.ts:100
Read-back shape for listPending(...). Surfaces the row id so the deep phase can claim + resolve it later.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
attemptedAt | readonly | number | null | - | packages/store-sqlite/src/conflict-store.ts:108 |
candidateText | readonly | string | - | packages/store-sqlite/src/conflict-store.ts:104 |
conflictingIds | readonly | readonly string[] | Top-K conflicting existing fact ids; empty when omitted at enqueue. | packages/store-sqlite/src/conflict-store.ts:112 |
decision | readonly | string | null | - | packages/store-sqlite/src/conflict-store.ts:110 |
enqueuedAt | readonly | number | - | packages/store-sqlite/src/conflict-store.ts:107 |
factId | readonly | string | - | packages/store-sqlite/src/conflict-store.ts:103 |
id | readonly | number | - | packages/store-sqlite/src/conflict-store.ts:101 |
reason | readonly | string | null | - | packages/store-sqlite/src/conflict-store.ts:106 |
resolvedAt | readonly | number | null | - | packages/store-sqlite/src/conflict-store.ts:109 |
scopeUserId | readonly | string | - | packages/store-sqlite/src/conflict-store.ts:102 |
stage | readonly | string | - | packages/store-sqlite/src/conflict-store.ts:105 |