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.

yarden
Node Link
since ‎08-17-2020
‎06-01-2022

User Statistics

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

User Activity

Tried to call the apoc function using "CALL apoc.map.setKey(...)" and got an error message This is the command I used: MATCH (c:Car {name: 'el-camino'}) WITH properties(c) as car CALL apoc.map.setKey(car, "maxSpeed", 150) YIELD value as carObject RET...
Hello There, I'm calling apoc.convert.toTree and wondered whether it's possible to change the key names that come from the relationship names. For example, I have something along these lines: { name: "repo1", description: "first repo", job: "host ...