arrows
arrows copied to clipboard
Boolean and integer values are exported as strings
Hello,
I'm trying to save boolean and integer values as parameters' values but when cypher is generated, the tool manage them as strings encapsulated into single quotes.
Inside a node, in property text area I am writing:
property: true
and in the export cypher textarea the tool outputs:
{property:'true'}