Reference
Config types
StitchConfig and the retry, throttle, timeout, auth, validation, and drift option shapes.
The configuration object accepted by stitch(). Every field is optional; a
stitch is the result of deep-merging these fragments through extends.
StitchConfig
import type { StitchConfig } from 'stitchapi';Prop
Type
Option shapes
The resilience, validation, and drift fields above are themselves typed shapes. Each is documented from the source so it can never drift from the runtime.
RetryOptions
Prop
Type
ThrottleOptions
Prop
Type
TimeoutOptions
Prop
Type
CircuitOptions
Prop
Type
DriftOptions
Prop
Type