AutoBE
    Preparing search index...

    Interface AutoBeRealizeQueryInclude

    Related entity to eager-load, optionally with its own nested query.

    interface AutoBeRealizeQueryInclude {
        name: string;
        query?: AutoBeRealizeQueryNested;
    }
    Index

    Properties

    Properties

    name: string

    Relation name to include.

    Nested filtering/projection for the included relation.