Documentation
    Preparing search index...
    type TableQuery = {
        aggregations?: {
            aggregate: string;
            field: string;
            ref: string;
            table: string;
        };
        joinFields?: { ref: string; target: string };
        limit?: number;
        offset?: number;
        orderBy?: string | any;
        orderDesc?: boolean;
        where?: Where;
    }
    Index

    Properties

    aggregations?: { aggregate: string; field: string; ref: string; table: string }
    joinFields?: { ref: string; target: string }
    limit?: number
    offset?: number
    orderBy?: string | any
    orderDesc?: boolean
    where?: Where