Skip to main content
Version: v8.0.0

GraphQlExtraType


Import
import { GraphQlExtraType } from "@hyper-fetch/graphql"

Preview

type GraphQlExtraType = {
extensions: Record<string, any>;
headers: HeadersInit;
}

Structure

GraphQlExtraType
NameTypeDescription
extensions
Record<string, any>
headers
HeadersInit