@robert-brightline/auth-db - v0.0.21
    Preparing search index...

    Type Alias AppAggregateArgs<ExtArgs>

    type AppAggregateArgs<
        ExtArgs extends
            runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs,
    > = {
        _avg?: AppAvgAggregateInputType;
        _count?: true
        | AppCountAggregateInputType;
        _max?: AppMaxAggregateInputType;
        _min?: AppMinAggregateInputType;
        _sum?: AppSumAggregateInputType;
        cursor?: AppWhereUniqueInput;
        orderBy?: AppOrderByWithRelationInput | AppOrderByWithRelationInput[];
        skip?: number;
        take?: number;
        where?: AppWhereInput;
    }

    Type Parameters

    • ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs
    Index

    Properties

    Aggregation Docs

    Select which fields to average

    Aggregation Docs

    Count returned Apps

    Aggregation Docs

    Select which fields to find the maximum value

    Aggregation Docs

    Select which fields to find the minimum value

    Aggregation Docs

    Select which fields to sum

    Cursor Docs

    Sets the start position

    Sorting Docs

    Determine the order of Apps to fetch.

    skip?: number

    Pagination Docs

    Skip the first n Apps.

    take?: number

    Pagination Docs

    Take ±n Apps from the position of the cursor.

    Filter which App to aggregate.