@zeepkist/graphql
    Preparing search index...

    Interface ZslRoundAggregates

    interface ZslRoundAggregates {
        keys: null | string[];
        sum: null | ZslRoundSumAggregates;
        distinctCount: null | ZslRoundDistinctCountAggregates;
        min: null | ZslRoundMinAggregates;
        max: null | ZslRoundMaxAggregates;
        average: null | ZslRoundAverageAggregates;
        stddevSample: null | ZslRoundStddevSampleAggregates;
        stddevPopulation: null | ZslRoundStddevPopulationAggregates;
        varianceSample: null | ZslRoundVarianceSampleAggregates;
        variancePopulation: null | ZslRoundVariancePopulationAggregates;
        __typename: "ZslRoundAggregates";
    }
    Index

    Properties

    keys: null | string[]

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

    distinctCount: null | ZslRoundDistinctCountAggregates

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

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

    stddevPopulation: null | ZslRoundStddevPopulationAggregates

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

    varianceSample: null | ZslRoundVarianceSampleAggregates

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

    variancePopulation: null | ZslRoundVariancePopulationAggregates

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

    __typename: "ZslRoundAggregates"