@zeepkist/graphql
    Preparing search index...

    Interface UserAggregates

    interface UserAggregates {
        keys: null | string[];
        sum: null | UserSumAggregates;
        distinctCount: null | UserDistinctCountAggregates;
        min: null | UserMinAggregates;
        max: null | UserMaxAggregates;
        average: null | UserAverageAggregates;
        stddevSample: null | UserStddevSampleAggregates;
        stddevPopulation: null | UserStddevPopulationAggregates;
        varianceSample: null | UserVarianceSampleAggregates;
        variancePopulation: null | UserVariancePopulationAggregates;
        __typename: "UserAggregates";
    }
    Index

    Properties

    keys: null | string[]
    sum: null | UserSumAggregates

    Sum aggregates across the matching connection (ignoring before/after/first/last/offset)

    distinctCount: null | UserDistinctCountAggregates

    Distinct count aggregates across the matching connection (ignoring before/after/first/last/offset)

    min: null | UserMinAggregates

    Minimum aggregates across the matching connection (ignoring before/after/first/last/offset)

    max: null | UserMaxAggregates

    Maximum aggregates across the matching connection (ignoring before/after/first/last/offset)

    average: null | UserAverageAggregates

    Mean average aggregates across the matching connection (ignoring before/after/first/last/offset)

    stddevSample: null | UserStddevSampleAggregates

    Sample standard deviation aggregates across the matching connection (ignoring before/after/first/last/offset)

    stddevPopulation: null | UserStddevPopulationAggregates

    Population standard deviation aggregates across the matching connection (ignoring before/after/first/last/offset)

    varianceSample: null | UserVarianceSampleAggregates

    Sample variance aggregates across the matching connection (ignoring before/after/first/last/offset)

    variancePopulation: null | UserVariancePopulationAggregates

    Population variance aggregates across the matching connection (ignoring before/after/first/last/offset)

    __typename: "UserAggregates"