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 is because SimpleGraph does not have explicit relation. So you cannot tell the name of the relationship while adding in the edge, it uses a nameless relation by default.
Problem
This is because
SimpleGraph
does not have explicit relation. So you cannot tell the name of the relationship while adding in the edge, it uses a nameless relation by default.Solution
Just change ,
to,
The text was updated successfully, but these errors were encountered: