You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'}
The text was updated successfully, but these errors were encountered:
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'}
The text was updated successfully, but these errors were encountered: