Hi! I'm trying to run this line of code using the py2neo library for Python:
graph.nodes.match("x",id_=3).first()
But then I get this SyntaxError:
ClientError: SyntaxError: Invalid input '{': expected "+" or "-" (line 1, column 27 (offset: 26)) "MATCH (_:x) WHERE .id = {1} RETURN _"
............................................^...........................................................................................
I think this is not a problem from the node, I've already checked it.
Thanks for your help :)