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
graph_database: Add has_link variant to check for specific link
The former GraphDatabase.has_link method checked if a node had any link.
Rename it to has_any_link and add a new method to check if there's one
specific link between two nodes. The new method is symmetrical to
create_link.
0 commit comments