Documentation
    Preparing search index...

    Type Alias GraphAutomaticEdgeMapping<AnyEntity>

    GraphAutomaticEdgeMapping: [AnyEntity["nodeId"], AnyEntity["nodeId"]][]

    Static automatic edge mapping type for GraphManager constructor. It allows defining a set of node ID pairs that should be automatically connected with edges when they are added to the graph.

    Type Parameters