Framework
RelationInfo
Interface: RelationInfo
Relation metadata for a model.
Properties
| Property | Type | Description |
|---|---|---|
field | string | Field name in the schema. |
foreignKey? | string | Foreign key field name. |
onDelete | OnDeleteAction | Delete behavior. |
targetModel | string | Target model name. |
type | RelationType | Relation type. |
