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.

PanMat
Node
since ‎09-06-2018
‎06-01-2022

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I have a python code quering Neo4j REST API, so when run this code q = ("MATCH (n:Person)-[rel]->(a:Address), RETURN rel results = self.db.query(q, returns=(client.Relationship)) print(results[0][1]) The output is the URL below http://localhost...