Graphorin API reference v0.15.1
Graphorin API reference / @graphorin/store-sqlite / / IdempotencyRecord
Interface: IdempotencyRecord
Defined in: packages/store-sqlite/src/idempotency-store.ts:11
Stable
REST Idempotency-Key cache row. The key is the value sent by the client; requestHash fingerprints the request body so a key reuse with a different payload returns 409 Conflict per the IETF draft-07 (DEC-142 / ADR-036).