Skip to main content

Module graph

Module graph 

Source
Expand description

Graph layer — query across multiple named JSON documents.

A Graph holds a set of named JSON values (nodes). When you call Graph::query, all nodes are merged into a single virtual root object { "node_name": <value>, ... } and the expression is evaluated against it. Reference node data as $.node_name... in Jetro syntax.

Structs§

Graph
A collection of named JSON documents that can be queried together via the v2 VM.

Enums§

GraphError