@zeepkist/graphql
    Preparing search index...

    Interface LevelItemAggregates

    interface LevelItemAggregates {
        keys: null | string[];
        sum: null | LevelItemSumAggregates;
        distinctCount: null | LevelItemDistinctCountAggregates;
        min: null | LevelItemMinAggregates;
        max: null | LevelItemMaxAggregates;
        average: null | LevelItemAverageAggregates;
        stddevSample: null | LevelItemStddevSampleAggregates;
        stddevPopulation: null | LevelItemStddevPopulationAggregates;
        varianceSample: null | LevelItemVarianceSampleAggregates;
        variancePopulation: null | LevelItemVariancePopulationAggregates;
        __typename: "LevelItemAggregates";
    }
    Index

    Properties

    keys: null | string[]

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

    distinctCount: null | LevelItemDistinctCountAggregates

    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 | LevelItemStddevSampleAggregates

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

    stddevPopulation: null | LevelItemStddevPopulationAggregates

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

    varianceSample: null | LevelItemVarianceSampleAggregates

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

    variancePopulation: null | LevelItemVariancePopulationAggregates

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

    __typename: "LevelItemAggregates"