Hi!
I found from the documentation that the below syntax should work. However when I try it in neo4j browser, it gives me Neo.ClientError.Statement.SyntaxError. Is this syntax no longer supported by cypher? Thanks!
MATCH (n:Movie|Person)
RETURN n.na...