@zeepkist/graphql
    Preparing search index...

    Interface VoteAggregates

    interface VoteAggregates {
        keys: string[] | null;
        sum: VoteSumAggregates | null;
        distinctCount: VoteDistinctCountAggregates | null;
        min: VoteMinAggregates | null;
        max: VoteMaxAggregates | null;
        average: VoteAverageAggregates | null;
        stddevSample: VoteStddevSampleAggregates | null;
        stddevPopulation: VoteStddevPopulationAggregates | null;
        varianceSample: VoteVarianceSampleAggregates | null;
        variancePopulation: VoteVariancePopulationAggregates | null;
        __typename: "VoteAggregates";
    }
    Index

    Properties

    keys: string[] | null
    sum: VoteSumAggregates | null

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

    distinctCount: VoteDistinctCountAggregates | null

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

    min: VoteMinAggregates | null

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

    max: VoteMaxAggregates | null

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

    average: VoteAverageAggregates | null

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

    stddevSample: VoteStddevSampleAggregates | null

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

    stddevPopulation: VoteStddevPopulationAggregates | null

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

    varianceSample: VoteVarianceSampleAggregates | null

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

    variancePopulation: VoteVariancePopulationAggregates | null

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

    __typename: "VoteAggregates"