How to write a CYPHER query that returns only those nodes that do not have labels attached to them? I tried:
match (n:) return n
Invalid input ')': expected whitespace or a label name (line 1, column 10)
"match (n:) return n"
^