On this page

VariableValues

The VariableValues interface exported by @graphql-tools/utils.

Defined in: packages/utils/src/types.ts:161

Type Parameters

TVariables

TVariables = Record<string, unknown>

Properties

coerced

readonly coerced: TVariables

Defined in: packages/utils/src/types.ts:163

Coerced runtime variable values keyed by variable name.


sources

readonly sources: Record<string, VariableValueSource>

Defined in: packages/utils/src/types.ts:165

Source metadata for each variable value keyed by variable name.