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
This PR is a fix for dominikbraun#173
With this PR a Vertex can be replaced allowing callers to first retrieve
an existing Vertex, make all updates, and then call the new function
`graph.UpdateVertex` with the old hash and the new vertex.
This PR is a fix for dominikbraun#173
With this PR a Vertex can be replaced allowing callers to first retrieve
an existing Vertex, make all updates, and then call the new function
`graph.UpdateVertex` with the old hash and the new vertex.
Right now Vertex can be set only when create a Vertex, for my case I need to update a Vertex property later after create a Vertex.
The text was updated successfully, but these errors were encountered: