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

Here’s how to run the query using the SDKs or curl

Example 2: Creating a detailed friendship with properties

Here’s how to run the query using the SDKs or curl

Example 3: Traversal Example

Here’s how to run the query using the SDKs or curl