I’m trying to change the property type of a node (from string to array):
match(d:Diagnosis) set d.diagnosis_tool = [d.diagnosis_tool] return d
but it its throwing this error:
Neo.ClientError.Statement.TypeError: Property values can only be of primiti...