Functions - getEdge()
This method retrieves an edge.
Retrieving Edges
When you have the Record ID for a given edge and want to retrieve it into the function to operate on, you can do so using this method. It is comparable to the load()
method on document databases and the getVertex
method with vertices.
Syntax
var edge = db.getEdge(<record-id>)
<record-id>
Defines the Record ID.