-
Couldn't load subscription status.
- Fork 109
Closed
Labels
BugA code defect that needs to be fixed.A code defect that needs to be fixed.
Description
If i try to get an edge by its _id
let edges: GraphEdgeCollection;
const tEd = await edges.edge(sr._id);then the result is undefined
as in source
Line 113 in 44a6968
| async edge(documentHandle: DocumentHandle) { |
the function returns
Line 117 in 44a6968
| return res.body.graph; |
in debugger res.body contains an edge, but no graph
Do i something wrong?
arangojs version: 6.0.1
arangodb version 3.2.3
nodejs version: 8.9.4
vscode: 1.9.2
Metadata
Metadata
Assignees
Labels
BugA code defect that needs to be fixed.A code defect that needs to be fixed.
