# Function: getIncomingRelations()
getIncomingRelations(
graph,parentTable):RelationGraphEdge[]
Defined in: packages/core/src/utils/RelationGraph.ts:105
Return the known child relations for a parent table.
Parameters
graph
parentTable
string