Framework
ParsedIncludeEntry
Interface: ParsedIncludeEntry
Parsed include entry with resolved options.
Properties
| Property | Type | Description |
|---|---|---|
field | string | Relation field name. |
foreignKey? | string | Foreign key field name (undefined for manyToMany). |
options | IncludeOptions | Include options. |
targetModel | string | Target model name. |
type | RelationType | Relation type. |
