@zeepkist/graphql
    Preparing search index...

    Interface VoteAggregates

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

    Properties

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

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

    distinctCount: null | VoteDistinctCountAggregates

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

    min: null | VoteMinAggregates

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

    max: null | VoteMaxAggregates

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

    average: null | VoteAverageAggregates

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

    stddevSample: null | VoteStddevSampleAggregates

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

    stddevPopulation: null | VoteStddevPopulationAggregates

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

    varianceSample: null | VoteVarianceSampleAggregates

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

    variancePopulation: null | VoteVariancePopulationAggregates

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

    __typename: "VoteAggregates"