Useful queries

1. Find instances where a computer has the "AdminTo" relationship over another computer

MATCH p=(c1:Computer)-[r1:MemberOf*1..]->(g:Group)-[r2:AdminTo]->(n:Computer) RETURN p

2. ..

Last updated