adding edges to multiple vertices at once
Hey all. Working with tinkerpop on Cosmos Gremlin DB which is horrific.
Wondering is there anyway around adding an edge from multiple vertices at the same time?
For example
g.V(vertexId).addE(“linked_to”).from(__.V(vertex2,vertex3))
Thanks for any help. This has stumped me for three days
Wondering is there anyway around adding an edge from multiple vertices at the same time?
For example
g.V(vertexId).addE(“linked_to”).from(__.V(vertex2,vertex3))
Thanks for any help. This has stumped me for three days