FetchGraphqlAdapterOptionsType
Import
import { FetchGraphqlAdapterOptionsType } from "@hyper-fetch/graphql"
Source
Package
Preview
type FetchGraphqlAdapterOptionsType = Omit<RequestInit, (method | headers | body | signal)> & { timeout?: number };
Structure
FetchGraphqlAdapterOptionsType
| Name | Type | Description |
|---|---|---|
| timeout | |
