Re: How to filter out step 3 vertex list based on step 1 vertex


Ronnie
 

Sorry the gremlin queries should be as below

g.V().hasLabel("VertexB").as("B").in("edgeAB").out("edgeAC").where(__.out("edgeCB").is("B"))
g.V().hasLabel("VertexB").as("B").in("edgeAB").out("edgeAC").where(__.out("edgeCB").hasId(__.select("B").id()))

Join janusgraph-users@lists.lfaidata.foundation to automatically receive all group messages.