My reason for explicitly modeling the connection node was to avoid the scenario where it would be difficult to query some information . For instance, in your proposed model, it appears that for multiple connections to different services on the same d...
@ameyasoft thanks for the insight.
Based on your solution I tried to add the connections that the users made as shown in @strato.bayitaa 's initial post.
//create constraints
create constraint on (u:User) assert u.ID is unique
//our version of commun...