dashjoin/platform

support * notation for all types of link traversals

Opened this issue · 0 comments

      if (link.edge.star || link.edge.from != null || link.edge.to != null)
        throw new Exception("Not supported: " + link.edge);