@zeepkist/graphql
    Preparing search index...

    Interface ZslLevelAggregates

    interface ZslLevelAggregates {
        keys: null | string[];
        sum: null | ZslLevelSumAggregates;
        distinctCount: null | ZslLevelDistinctCountAggregates;
        min: null | ZslLevelMinAggregates;
        max: null | ZslLevelMaxAggregates;
        average: null | ZslLevelAverageAggregates;
        stddevSample: null | ZslLevelStddevSampleAggregates;
        stddevPopulation: null | ZslLevelStddevPopulationAggregates;
        varianceSample: null | ZslLevelVarianceSampleAggregates;
        variancePopulation: null | ZslLevelVariancePopulationAggregates;
        __typename: "ZslLevelAggregates";
    }
    Index

    Properties

    keys: null | string[]

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

    distinctCount: null | ZslLevelDistinctCountAggregates

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

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

    stddevPopulation: null | ZslLevelStddevPopulationAggregates

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

    varianceSample: null | ZslLevelVarianceSampleAggregates

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

    variancePopulation: null | ZslLevelVariancePopulationAggregates

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

    __typename: "ZslLevelAggregates"