@zeepkist/graphql
    Preparing search index...

    Interface VersionAggregates

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

    Properties

    keys: string[] | null

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

    distinctCount: VersionDistinctCountAggregates | 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)

    average: VersionAverageAggregates | null

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

    stddevSample: VersionStddevSampleAggregates | null

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

    stddevPopulation: VersionStddevPopulationAggregates | null

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

    varianceSample: VersionVarianceSampleAggregates | null

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

    variancePopulation: VersionVariancePopulationAggregates | null

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

    __typename: "VersionAggregates"