Skip to main content

GraphRelationship

elementIdstringrequired

Neo4j element ID

endElementIdstringrequired

End node element ID

endNodeIdint64required

End node ID

idint64required

Internal Neo4j relationship ID

properties objectrequired

Relationship properties

property name*any

Relationship properties

startElementIdstringrequired

Start node element ID

startNodeIdint64required

Start node ID

typestringrequired

Relationship type

GraphRelationship
{
"elementId": "string",
"endElementId": "string",
"endNodeId": 0,
"id": 0,
"properties": {},
"startElementId": "string",
"startNodeId": 0,
"type": "string"
}