How to handle singleQuotes in Variable for Cypher Statement

Hi @CodeCase

You don't have to use string building - read cypher manual:

CREATE (n:Person { name: $name })
2 Likes