@zeepkist/graphql
    Preparing search index...

    Interface UserPointAggregates

    interface UserPointAggregates {
        keys: null | string[];
        sum: null | UserPointSumAggregates;
        distinctCount: null | UserPointDistinctCountAggregates;
        min: null | UserPointMinAggregates;
        max: null | UserPointMaxAggregates;
        average: null | UserPointAverageAggregates;
        stddevSample: null | UserPointStddevSampleAggregates;
        stddevPopulation: null | UserPointStddevPopulationAggregates;
        varianceSample: null | UserPointVarianceSampleAggregates;
        variancePopulation: null | UserPointVariancePopulationAggregates;
        __typename: "UserPointAggregates";
    }
    Index

    Properties

    keys: null | string[]

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

    distinctCount: null | UserPointDistinctCountAggregates

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

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

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

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

    stddevSample: null | UserPointStddevSampleAggregates

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

    stddevPopulation: null | UserPointStddevPopulationAggregates

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

    varianceSample: null | UserPointVarianceSampleAggregates

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

    variancePopulation: null | UserPointVariancePopulationAggregates

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

    __typename: "UserPointAggregates"