-
Couldn't load subscription status.
- Fork 109
Closed
Description
edgeCollection.outEdges() and edgeCollection.inEdges() no longer appear to be functional after upgrading from 7.8.0 to 8.6.0. Making a call such as await edgeCollection.outEdges('notLinks/test1') results in this error stack:
TypeError: Cannot read properties of undefined (reading 'allowDirtyRead')
at Collection._edges (node_modules/src/collection.ts:3914:13)
at Collection.outEdges (node_modules/src/collection.ts:3934:17)
at Object.outEdges (src/__tests__/arango-service.test.js:506:39)
I've reviewed the migration guide and looked at the latest API documentation, but don't see anything listed that should impact this.
Metadata
Metadata
Assignees
Labels
No labels