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