cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

adamsits
Node
since ‎12-20-2021
‎06-01-2022

User Statistics

  • 2 Posts
  • 0 Solutions
  • 3 Kudos given
  • 0 Kudos received

User Activity

In the query below I am passing in two strings, $node and $targetlabel. The first one works, the second creates an error. query := `MATCH ({name:$node})-[e]-(n:$targetlabel) RETURN DISTINCT n.name as name, n.detail as detail, TYPE(e) as link` rec...
I am working on a query that as far as I can tell should work. However, it's not. I need to see the actual query that's hitting neo4j. Is that possible? Currently using 4.4 - GitHub - neo4j/neo4j-go-driver: Neo4j Bolt Driver for Go with Bolt. I don't...
Kudos given to