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.

Scarlett4431
Node
since ‎10-04-2021
‎06-01-2022

User Statistics

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

User Activity

This code will cause error. n = NodeMatcher(g) node= Node("Person", age= 20) g.create(node) node = n.match("Person").where(age=20).first() ClientError : SyntaxError: Invalid input '{': expected "+" or "-" (line 1, column 32 (offset: 31)) "MATCH (_:Pe...
Kudos from
Kudos given to