SerializedSourceForeignKey

type SerializedSourceForeignKey: object;

Type declaration

HierarchicalFilterConfig?

Experimental

optional HierarchicalFilterConfig: SerializedHierarchicalRelationshipFilterConfig;

Optional configuration for filtering hierarchical relationships.

Id

Id: string;

InwardLabel

InwardLabel: string;

IsBidirectional?

optional IsBidirectional: boolean;

Indicates whether this relationship is bi-directional.
"Related To" is a good example of a bi-directional relationship.

OutwardLabel

OutwardLabel: string;

RelationshipType?

optional RelationshipType: string;

Represents?

optional Represents: string | null;

SourceFields

SourceFields: string[];

TargetFields?

optional TargetFields: string[];

This exists to handle the rare situation when there are fields on the target item that reference the source item.
Please reach out to #dev-data-platform before setting this to a defined value.