(class:CLASS {names: ['sam','John',amal','greg','sam','nabil','greg',John',sam'])
in my graph, I have a node called class. one of its properties is a list property called names.
I am trying to traverse all nodes of class and replace all occurrences o...