Expand description
Graph data model: Vertex, Edge, PropertyValue, SubGraph.
Re-exports§
pub use crate::property::PropertyValue;
Structs§
- Edge
- A directed, labeled edge between two vertices, with optional
bitemporal validity. The payload of an
edgerecord. - SubGraph
- A set of vertices and edges, as returned by queries or carried in bulk payloads.
- Vertex
- A graph node: business id, display name, qualified type label,
and typed properties. The payload of a
vertexrecord.