Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/server / config / IdempotencyRequireKeyMode

Type Alias: IdempotencyRequireKeyMode

ts
type IdempotencyRequireKeyMode = "off" | "warn" | "enforce";

Defined in: packages/server/src/config.ts:40

Stable