Skip to content
# 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 ​

RelationGraph

childTable ​

string

Returns ​

RelationGraphEdge[]

Released under the MIT License.