You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that trying to add a new vertex using the same constraint of a deleted vertex results in an error. Is this by design?
Using graph.get_or_create_vertex() using the same constraint of a deleted vertex does not result in an error, but it doesn't add the vertex back to the graph either.
The text was updated successfully, but these errors were encountered:
I noticed that trying to add a new vertex using the same constraint of a deleted vertex results in an error. Is this by design?
Using graph.get_or_create_vertex() using the same constraint of a deleted vertex does not result in an error, but it doesn't add the vertex back to the graph either.
The text was updated successfully, but these errors were encountered: