Type Aliases

GraphInput

Type Alias: GraphInput

GraphInput = Record<string, unknown>

Defined in: src/core-flow/Graph.ts:195

The graph's own input — handed to every ROOT node (one with no parents).

On this page