@wxn0brp/vql-client
    Preparing search index...

    Interface VQL_Query_Relation

    interface VQL_Query_Relation {
        r: {
            many?: boolean;
            options?: DbFindOpts;
            path: Path;
            relations: Relation;
            search: Search;
            select?: Record<string, any> | FieldPath[];
        };
    }
    Index

    Properties

    r

    Properties

    r: {
        many?: boolean;
        options?: DbFindOpts;
        path: Path;
        relations: Relation;
        search: Search;
        select?: Record<string, any> | FieldPath[];
    }