I have a kinda complex query for retrieving nodes of type Post. Query looks like this.
Post
MATCH (t:Tag) WHERE t.name=\'CAT\' with t MATCH (t)-[:HAS_TAG]