How to delete vertices and edges? #33
riverfr0zen
started this conversation in
General
Replies: 1 comment
-
|
yes, currently there is no way to do it. The low level API is there as a foundation for future delete functions. It is on the road map and the next release will have at least some delete function. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to drop vertices and/or edges from the graph? For example, deleting a vertex and also removing all incoming and outgoing edges. I see there is a low-level method to delete from the key-val store, but not sure how to use it for this purpose.
Beta Was this translation helpful? Give feedback.
All reactions