Skip to main content

Create Edges using AddE  

Create connections between nodes in your graph.
When using the SDKs or curling the endpoint, the query name must match what is defined in the queries.hx file exactly.

Example 1: Creating a simple follows relationship

Heres how to run the query using the SDKs or curl

Example 2: Creating a detailed friendship with properties

Heres how to run the query using the SDKs or curl

Example 3: Traversal Example

Heres how to run the query using the SDKs or curl