Hi all,
my data model looks like the following:
DataModel
Project
-name
-usesApp
Application
-name
-usesOtherApp
Process
-name
-usesApp
Is there a way to find all relationships in order to be able to "drill-down" to all
relationships?
I dont want to ...