GraphEdge (original) (raw)
An edge in a graph connecting two nodes.
Rerun datatype rerun-datatype
Arrow datatype arrow-datatype
Struct {
first: utf8
second: utf8
}
An edge in a graph connecting two nodes.
Struct {
first: utf8
second: utf8
}