OINO TS
    Preparing search index...

    Type Alias OINOQueryParams

    Request options

    type OINOQueryParams = {
        aggregate?: OINOQueryAggregate;
        filter?: OINOQueryFilter;
        limit?: OINOQueryLimit;
        order?: OINOQueryOrder;
        select?: OINOQuerySelect;
    }
    Index

    Properties

    aggregate?: OINOQueryAggregate

    SQL aggregation functions

    Additional SQL select where-conditions

    SQL result limit condition

    SQL result ordering conditions

    SQL select condition