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...