Home / Type/ GraphRequestOptions Type — typescript-sdk Architecture

GraphRequestOptions Type — typescript-sdk Architecture

Architecture documentation for the GraphRequestOptions type/interface in async.ts from the typescript-sdk codebase.

Entity Profile

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;
}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free