Graphorin API reference v0.4.0
Graphorin API reference / @graphorin/store-sqlite / / PendingConflictRow
Interface: PendingConflictRow
Defined in: packages/store-sqlite/src/conflict-store.ts:94
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:102 |
candidateText | readonly | string | - | packages/store-sqlite/src/conflict-store.ts:98 |
conflictingIds | readonly | readonly string[] | Top-K conflicting existing fact ids; empty when omitted at enqueue. | packages/store-sqlite/src/conflict-store.ts:106 |
decision | readonly | string | null | - | packages/store-sqlite/src/conflict-store.ts:104 |
enqueuedAt | readonly | number | - | packages/store-sqlite/src/conflict-store.ts:101 |
factId | readonly | string | - | packages/store-sqlite/src/conflict-store.ts:97 |
id | readonly | number | - | packages/store-sqlite/src/conflict-store.ts:95 |
reason | readonly | string | null | - | packages/store-sqlite/src/conflict-store.ts:100 |
resolvedAt | readonly | number | null | - | packages/store-sqlite/src/conflict-store.ts:103 |
scopeUserId | readonly | string | - | packages/store-sqlite/src/conflict-store.ts:96 |
stage | readonly | string | - | packages/store-sqlite/src/conflict-store.ts:99 |