@zeepkist/graphql
    Preparing search index...

    Interface VoteAggregatesFilter

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

    Index

    Properties

    filter?: VoteFilter | null

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

    Sum aggregate over matching Vote objects.

    distinctCount?: VoteDistinctCountAggregateFilter | null

    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?: VoteStddevSampleAggregateFilter | null

    Sample standard deviation aggregate over matching Vote objects.

    stddevPopulation?: VoteStddevPopulationAggregateFilter | null

    Population standard deviation aggregate over matching Vote objects.

    varianceSample?: VoteVarianceSampleAggregateFilter | null

    Sample variance aggregate over matching Vote objects.

    variancePopulation?: VoteVariancePopulationAggregateFilter | null

    Population variance aggregate over matching Vote objects.