@zeepkist/graphql
    Preparing search index...

    Interface VersionAggregates

    interface VersionAggregates {
        keys: null | string[];
        sum: null | VersionSumAggregates;
        distinctCount: null | VersionDistinctCountAggregates;
        min: null | VersionMinAggregates;
        max: null | VersionMaxAggregates;
        average: null | VersionAverageAggregates;
        stddevSample: null | VersionStddevSampleAggregates;
        stddevPopulation: null | VersionStddevPopulationAggregates;
        varianceSample: null | VersionVarianceSampleAggregates;
        variancePopulation: null | VersionVariancePopulationAggregates;
        __typename: "VersionAggregates";
    }
    Index

    Properties

    keys: null | string[]

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

    distinctCount: null | VersionDistinctCountAggregates

    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)

    average: null | VersionAverageAggregates

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

    stddevSample: null | VersionStddevSampleAggregates

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

    stddevPopulation: null | VersionStddevPopulationAggregates

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

    varianceSample: null | VersionVarianceSampleAggregates

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

    variancePopulation: null | VersionVariancePopulationAggregates

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

    __typename: "VersionAggregates"