Skip to content
# Interface: RelationGraph

Defined in: packages/core/src/utils/RelationGraph.ts:29

Properties ​

relations ​

relations: RelationGraphEdge[]

Defined in: packages/core/src/utils/RelationGraph.ts:30


byChildTable ​

byChildTable: Map<string, RelationGraphEdge[]&gt;

Defined in: packages/core/src/utils/RelationGraph.ts:31


byParentTable ​

byParentTable: Map<string, RelationGraphEdge[]&gt;

Defined in: packages/core/src/utils/RelationGraph.ts:32


tableNames ​

tableNames: Set<string&gt;

Defined in: packages/core/src/utils/RelationGraph.ts:33

Released under the MIT License.