Nhogs / popoto

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

Is it possible to start a graph with values instead of labels? #67

Open brunoenribeiro opened 4 years ago

brunoenribeiro commented 4 years ago

Hello there, how you guys been?

I'd like to start a graph with defined values returned from the database, instead of loading "label nodes" and letting the user select values.

It's like when you run the query "MATCH (r) RETURN r" in Neo4J Browser. This query returns all the values from the database and all relationships between them.

I'd like to set a initial query and load the graph with the returned values.

There's a way to do this?

Please note that:

Thanks in advance, Bruno