@zeepkist/graphql
    Preparing search index...

    Interface LevelPointAggregates

    interface LevelPointAggregates {
        keys: null | string[];
        sum: null | LevelPointSumAggregates;
        distinctCount: null | LevelPointDistinctCountAggregates;
        min: null | LevelPointMinAggregates;
        max: null | LevelPointMaxAggregates;
        average: null | LevelPointAverageAggregates;
        stddevSample: null | LevelPointStddevSampleAggregates;
        stddevPopulation: null | LevelPointStddevPopulationAggregates;
        varianceSample: null | LevelPointVarianceSampleAggregates;
        variancePopulation: null | LevelPointVariancePopulationAggregates;
        __typename: "LevelPointAggregates";
    }
    Index

    Properties

    keys: null | string[]

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

    distinctCount: null | LevelPointDistinctCountAggregates

    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)

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

    stddevPopulation: null | LevelPointStddevPopulationAggregates

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

    varianceSample: null | LevelPointVarianceSampleAggregates

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

    variancePopulation: null | LevelPointVariancePopulationAggregates

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

    __typename: "LevelPointAggregates"