How to model many to many connection?

Currently DQL is more understandable for me :slight_smile:
This schema and query works, but in other way.

Screenshot 2022-03-16 at 12.12.39

I tried this query and seems what it adds extra nodes (Connections) on graph (blue points). I need a seamless join of two domains and to see only domains nodes without “Connections” (should be 3 nodes on graph). I want to pass “links” value from Connections to “source” Domain. Is what possible? Thanks!