@zeepkist/graphql
    Preparing search index...

    Interface UserPointAggregates

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

    Properties

    keys: string[] | null

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

    distinctCount: UserPointDistinctCountAggregates | null

    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: UserPointStddevSampleAggregates | null

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

    stddevPopulation: UserPointStddevPopulationAggregates | null

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

    varianceSample: UserPointVarianceSampleAggregates | null

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

    variancePopulation: UserPointVariancePopulationAggregates | null

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

    __typename: "UserPointAggregates"