You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/includes/API.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8105,6 +8105,7 @@ ownerModelClass|function|The model class that has defined the relation.
8105
8105
relatedModelClass|function|The model class of the related objects.
8106
8106
ownerProp|[`RelationProperty`](#relationproperty)|The relation property in the `ownerModelClass`.
8107
8107
relatedProp|[`RelationProperty`](#relationproperty)|The relation property in the `relatedModelClass`.
8108
+
joinModelClass|function|The model class representing the join table. This class is automatically generated by Objection if none is provided in the `join.through.modelClass` setting of the relation mapping, see [`RelationThrough`](#relationthrough).
8108
8109
joinTable|string|The name of the join table (only for `ManyToMany` and `HasOneThrough` relations).
8109
8110
joinTableOwnerProp|[`RelationProperty`](#relationproperty)|The join table property pointing to `ownerProp` (only for `ManyToMany` and `HasOneThrough` relations).
8110
8111
joinTableRelatedProp|[`RelationProperty`](#relationproperty)|The join table property pointing to `relatedProp` (only for `ManyToMany` and `HasOneThrough` relations).
0 commit comments