Interface RequestOptions

Base request options

Hierarchy

Properties

data?: unknown
formData?: FormData
headers?: Record<string, string>
operationName?: string
operationType?: string
params?: Record<string, unknown>
query?: Record<string, unknown>
responseType?: "json" | "text" | "blob" | "arraybuffer"
timeout?: number
withCredentials?: boolean

Generated using TypeDoc