ixfx
    Preparing search index...
    • Returns true/false if there is a connection between a and b in graph. Use getConnection if you want to the edge.

      Parameters

      • graph: Readonly

        Graph to search

      • a: string | Readonly<{ id: string }>
      • b: string | Readonly<{ id: string }>

      Returns boolean

      true if edge exists