# 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[]>
Defined in: packages/core/src/utils/RelationGraph.ts:31
byParentTable ​
byParentTable:
Map<string,RelationGraphEdge[]>
Defined in: packages/core/src/utils/RelationGraph.ts:32
tableNames ​
tableNames:
Set<string>
Defined in: packages/core/src/utils/RelationGraph.ts:33