Skip to main content
Version: v7.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
Graphql
On this page