MATCH (p:Post) WHERE ALL( user IN [(p)-[:POSTED]->(user:User)] WHERE user.id = "Bobs_id" ) RETURN { content: p.content }