kuzudb / explorer

Browser-based user interface for Kùzu graph database
https://hub.docker.com/r/kuzudb/explorer
MIT License
29 stars 5 forks source link

Expand nodes causes the relationships to render in the wrong direction #170

Closed prrao87 closed 1 month ago

prrao87 commented 1 month ago

When I double click on the account owned by the person with the name "Edward" in this dataset, it shows outgoing edges from his account.

image

However, if I run this query to check the accounts transferring to Edward, it shows incoming edges, which is correct as per the data.

image

The expand nodes functionality isn't interpreting the edge directions correctly.

prrao87 commented 1 month ago

When I double click on the account owned by the person with the name "Edward" in this dataset, it shows outgoing edges from his account.

On this note, the edges from the account to the person node (Edward) are also rendered in the wrong direction.