version 4.1.1
I have a scenario where OPTIONAL MATCH does not work. I have two labels I am comparing where I want all items in the first label and the items that exist in the second label.
match (b:OldComponent)
optional MATCH (n:Component {name: b...