@zeepkist/graphql
    Preparing search index...

    Interface LevelItemAggregatesFilter

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

    Index

    Properties

    filter?: null | LevelItemFilter

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

    Sum aggregate over matching LevelItem objects.

    Distinct count aggregate over matching LevelItem objects.

    Minimum aggregate over matching LevelItem objects.

    Maximum aggregate over matching LevelItem objects.

    Mean average aggregate over matching LevelItem objects.

    Sample standard deviation aggregate over matching LevelItem objects.

    Population standard deviation aggregate over matching LevelItem objects.

    Sample variance aggregate over matching LevelItem objects.

    variancePopulation?: null | LevelItemVariancePopulationAggregateFilter

    Population variance aggregate over matching LevelItem objects.