Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
adding edges to multiple vertices at once - Apache TinkerPop
AT
Apache TinkerPop
•
3y ago
•
6 replies
JohnAllen
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
Apache TinkerPop
Join
Apache TinkerPop is an open source graph computing framework and the home of the Gremlin graph query language.
1,376
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Naming multiple vertices
AT
Apache TinkerPop / questions
16mo ago
search for vertices where multiple properties
AT
Apache TinkerPop / questions
3y ago
Gremlin Statement for Adding Edges Based on Existence of Other Edges
AT
Apache TinkerPop / questions
3y ago
Isolated vertices vs connected vertices with no join benefit
AT
Apache TinkerPop / questions
3y ago