I need to show a specific vertex with IN edges and related vertex. I tried with this but I don't have a graph
%%gremlin -p v-d,oute,inv, -d name g.V().has('name','my_value').outE().inV().path().by(elementMap())
how can I modify my command?
For example, I have created this graph vertex OUT
Now I want to show INCOMING edges and vertexs for a specific vertex