property GraphqlRequestParams.extensions
Since 0.3.0

Optional extensions carried with the request.

Used by Automatic Persisted Queries (APQ) to pass { version, sha256Hash } under the persistedQuery key. Other extensions are forwarded without interpretation by the framework.

Type

Record<string, unknown>

Usage

import { type GraphqlRequestParams } from "common/src/index.ts";