Skip to content

Upsert Graph Edge Node

Data/Database/Graph/Write

Upsert Graph Edge

Inserts or updates an edge in the graph overlay's underlying edge table

upsert_graph_edgedata
Inputs4
Outputs3
Security exposure10/10
Packagedata

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

No score metadata has been set for this node yet.

Input Pins

4

Input

Execution
exec_in

Graph Connection

Struct
graph

Graph connection reference

NodeGraphConnectionNodeGraphConnection1 fields
cache_keystringrequired
Schema enforced

Edge Label

String
label

Label of the edge type to upsert into

Value

Struct
value

Edge data as JSON object (must include src/dst columns)

Output Pins

3

Success

Execution
exec_out

Upsert succeeded

Error

Execution
error

Upsert failed

Error Message

String
error_message

Error details

Node Info

Internal name
upsert_graph_edge
Category
Data/Database/Graph/Write