JohnAllen
JohnAllen
Explore posts from servers
ATApache TinkerPop
Created by JohnAllen on 8/25/2023 in #questions
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 😂
7 replies