Graphora API
    Preparing search index...

    Interface NeighborhoodTraversalResult

    interface NeighborhoodTraversalResult {
        edgeVisits: number;
        graphVersion: number;
        limitReasons: readonly TraversalLimitReason[];
        rootId: GraphId | null;
        truncated: boolean;
        visits: readonly NeighborhoodVisit[];
    }
    Index
    edgeVisits: number
    graphVersion: number

    Diagnostic version, not an engine visible-view freshness token.

    limitReasons: readonly TraversalLimitReason[]
    rootId: GraphId | null
    truncated: boolean
    visits: readonly NeighborhoodVisit[]