Graphora API
    Preparing search index...

    Interface TraversalPath

    interface TraversalPath {
        edgeIds: readonly GraphId[];
        nodeIds: readonly GraphId[];
    }
    Index
    edgeIds: readonly GraphId[]
    nodeIds: readonly GraphId[]