@zeepkist/graphql
    Preparing search index...

    Interface ZslRoundAggregates

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

    Properties

    keys: string[] | null

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

    distinctCount: ZslRoundDistinctCountAggregates | 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: ZslRoundStddevSampleAggregates | null

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

    stddevPopulation: ZslRoundStddevPopulationAggregates | null

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

    varianceSample: ZslRoundVarianceSampleAggregates | null

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

    variancePopulation: ZslRoundVariancePopulationAggregates | null

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

    __typename: "ZslRoundAggregates"