Our neo4j DB has Device nodes and User nodes, and OWNS relationships between them (a user can own one or multiple devices).
I need a query that does this:
If the device exists and there's an existing OWNS relationship with an existing user, return th...