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
seems there's a problem when you update edge using edgeHander->updateById.
When I tried it, it does update but value of _from and _to node become null.
For now I can handle it by put _from and _to node when I update edge using edgeHander->updateById.
My question is, is that how it's work or maybe it's bug?