'Gremlin DSL to mask g.V() with g.V().has()

how can i write a strategy to replace g.V("id123") with g.V().has("id","id123") in gremlin. I'm using JanusGraph as my graph DataBase.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source