GraphRequestOptions Type — typescript-sdk Architecture
Architecture documentation for the GraphRequestOptions type/interface in async.ts from the typescript-sdk codebase.
Entity Profile
Dependency Diagram
graph TD bf0006e9_a24c_67c3_6546_5cb4e7347322["GraphRequestOptions"] dcc90704_6e64_7ec2_9ee4_aaa5200dbd17["async.ts"] bf0006e9_a24c_67c3_6546_5cb4e7347322 -->|defined in| dcc90704_6e64_7ec2_9ee4_aaa5200dbd17 style bf0006e9_a24c_67c3_6546_5cb4e7347322 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
src/async.ts lines 91–107
export interface GraphRequestOptions {
/**
* Idempotency key for the request (auto-generated if not provided).
*/
idempotencyKey?: string;
/**
* Optional fetch init overrides (e.g., for API key auth headers).
*/
initOverrides?: RequestInit | InitOverrideFunction;
/**
* AbortSignal for cancelling this specific request.
* Overrides the signal set at client construction.
*/
signal?: AbortSignal;
}
Defined In
Source
Frequently Asked Questions
What is the GraphRequestOptions type?
GraphRequestOptions is a type/interface in the typescript-sdk codebase, defined in src/async.ts.
Where is GraphRequestOptions defined?
GraphRequestOptions is defined in src/async.ts at line 91.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free