@zeepkist/graphql
    Preparing search index...

    Interface VoteAggregatesFilter

    A filter to be used against aggregates of Vote object types.

    Index

    Properties

    filter?: null | VoteFilter

    A filter that must pass for the relevant Vote object to be included within the aggregate.

    Sum aggregate over matching Vote objects.

    distinctCount?: null | VoteDistinctCountAggregateFilter

    Distinct count aggregate over matching Vote objects.

    Minimum aggregate over matching Vote objects.

    Maximum aggregate over matching Vote objects.

    Mean average aggregate over matching Vote objects.

    stddevSample?: null | VoteStddevSampleAggregateFilter

    Sample standard deviation aggregate over matching Vote objects.

    stddevPopulation?: null | VoteStddevPopulationAggregateFilter

    Population standard deviation aggregate over matching Vote objects.

    varianceSample?: null | VoteVarianceSampleAggregateFilter

    Sample variance aggregate over matching Vote objects.

    variancePopulation?: null | VoteVariancePopulationAggregateFilter

    Population variance aggregate over matching Vote objects.