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.

danielflippance
Node
since ‎08-16-2022
‎09-07-2022

User Statistics

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

User Activity

In the python 1.7.6 driver, we call session.run(...) for a simple MATCH query and see that the returned data has  nodes where the type of the class is Node:   type(i).__name__: Node   When we do the same call in any 4.x version, the data comes back a...