Nhogs / popoto

Visual query builder for Neo4j graph database
http://popotojs.com
GNU General Public License v3.0
498 stars 70 forks source link

Discover incoming relationships? #68

Closed steveshortt closed 4 years ago

steveshortt commented 4 years ago

Hi. Is is possible to configure discovery of incoming relationships? As a work-around, I created reciprocal relationships amongst nodes, but that feels like a hack. If not possible, could this be considered as an enhancement request?

incoming_disco

steveshortt commented 4 years ago

Hi, I found the USE_RELATION_DIRECTION property and discovery is working as expected. The directional arrows aren't, but I'll close this here as no feature-request is in order, and I'll raise a question about the arrows on StackOverflow.

popoto.query.USE_RELATION_DIRECTION = false;