Hey, sorry for the newbie question. Was trying to run a match query on multiple labels, like
SELECT * FROM cypher('weber', $$ MATCH (n) WHERE n:Flow OR n:ActionEntity RETURN n ORDER BY n.updated_at ASC LIMIT 10 $$) AS (V agtype);
Scoured the docs and also the tests for some instance of them doing this. Is this not supported?