@zeepkist/graphql
    Preparing search index...

    Interface RecordAggregatesFilter

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

    Index

    Properties

    filter?: RecordFilter | null

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

    Sum aggregate over matching Record objects.

    distinctCount?: RecordDistinctCountAggregateFilter | null

    Distinct count aggregate over matching Record objects.

    Minimum aggregate over matching Record objects.

    Maximum aggregate over matching Record objects.

    Mean average aggregate over matching Record objects.

    stddevSample?: RecordStddevSampleAggregateFilter | null

    Sample standard deviation aggregate over matching Record objects.

    stddevPopulation?: RecordStddevPopulationAggregateFilter | null

    Population standard deviation aggregate over matching Record objects.

    varianceSample?: RecordVarianceSampleAggregateFilter | null

    Sample variance aggregate over matching Record objects.

    variancePopulation?: RecordVariancePopulationAggregateFilter | null

    Population variance aggregate over matching Record objects.