property GraphqlRequestParams.variables

Variables as a record of unknown values (passed through verbatim).

Type

Record<string, unknown>

Usage

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