Skip to content
PACKAGES

parseGraphBlueprint()

Strictly parse and normalize a portable GraphBlueprint evidence value.

Unknown versions and fields fail closed. Diagnostics, when present, must exactly describe the normalized topology; hash bytes are verified separately with {@link verifyBlueprintHash}.

import { parseGraphBlueprint } from "@graphrefly/ts/graph";
function parseGraphBlueprint(value: unknown): GraphBlueprintEvidence
ParameterTypeDescription
valueunknownUntrusted value read from a wire artifact or another process.

A deeply frozen normalized GraphBlueprint.

This page was generated from source JSDoc, but the structured API tags are incomplete:

  • Missing @example.

packages/ts/src/graph/blueprint-evidence.ts