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

RelationGraph

parentTable

string

Returns

RelationGraphEdge[]

Released under the MIT License.