Skip to main content
Version: v7.0.0

gqlExtra


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

Preview

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

Structure

gqlExtra
NameTypeDescription
extensions
Record<string, any>
headers
HeadersInit
Graphql
On this page