@zeepkist/graphql
    Preparing search index...

    Interface RecordAggregatesFilter

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

    Index

    Properties

    filter?: null | RecordFilter

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

    Sum aggregate over matching Record objects.

    distinctCount?: null | RecordDistinctCountAggregateFilter

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

    Sample standard deviation aggregate over matching Record objects.

    stddevPopulation?: null | RecordStddevPopulationAggregateFilter

    Population standard deviation aggregate over matching Record objects.

    varianceSample?: null | RecordVarianceSampleAggregateFilter

    Sample variance aggregate over matching Record objects.

    variancePopulation?: null | RecordVariancePopulationAggregateFilter

    Population variance aggregate over matching Record objects.