mongoloquent
    Preparing search index...

    Interface IRelationshipHasManyThrough

    interface IRelationshipHasManyThrough {
        alias: string;
        foreignKey: string;
        foreignKeyThrough: string;
        localKey: string;
        localKeyThrough: string;
        model: Model;
        nested?: string[];
        options: IRelationshipOptions;
        relatedModel: Model;
        throughModel: Model;
        type: hasManyThrough;
    }
    Index

    Properties

    alias: string
    foreignKey: string
    foreignKeyThrough: string
    localKey: string
    localKeyThrough: string
    model: Model
    nested?: string[]
    relatedModel: Model
    throughModel: Model