You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`#query:with:`| All the dependencies in a direction, of a specific type. |`#out`or `#in`. <br> Expected association type. |`query incoming dependenciesOfType:` or `query outgoing dependenciesOfType:`|
481
+
|`#query:with:`| All the dependencies in a direction, of a specific type. |`#out`or `#in`. <br></br> Expected association type. |`query incoming dependenciesOfType:` or `query outgoing dependenciesOfType:`|
482
482
|`#queryAll:`| All the dependencies in a direction. |`#out`or `#in`. |`query incoming depenencies` or `query outgoing dependencies`|
483
483
|`#queryAllIncoming`| All incoming dependencies. | - |`query incoming dependencies`|
484
484
|`#queryAllOutgoing`| All outgoing dependencies. | - |`query outgoing dependencies`|
@@ -488,7 +488,8 @@ For the most common use-cases, we added some shortcut methods on `TEntityMetalev
488
488
### Examples of dependencies navigation syntactic sugar
489
489
490
490
For the following examples, let's use the same model as the previous section:
491
-

0 commit comments