Eric Liu
Results
1
issues of
Eric Liu
If I want to get all information from a query, I have to write something like this: `graph.Vertex("","").Tag("1").Out(["","\u003c/film/film/directed_by\u003e"], "1out2").Tag("2").Out("", "2out3").Tag("3").All();` It would be nice if there were some way to...
enhancement