Documentation / @zerotal/orm / index / RelationType
Type Alias: RelationType
RelationType =
"hasMany"|"belongsTo"|"hasOne"|"manyToMany"|"morphTo"|"morphMany"|"morphOne"|"hasManyThrough"|"hasOneThrough"|"morphToMany"|"morphedByMany"
Defined in: packages/orm/src/model/relations/RelationRegistry.ts:2
Discriminator for every relation kind the ORM supports.