Skip to content
Tools/Edges/batch_create_edges

batch_create_edges

Create up to 50 edges in one atomic call. Use this for 3+ edges instead of looping `create_edge`. Edge type auto-infers when omitted.

Edgesatomic. Full validation pass before any mutation lands.

Arguments

edgesarrayrequired

Array of edges to create (max 50)

Returns

Shape
{ created, count }

See Also