@zeepkist/graphql
    Preparing search index...

    Interface FavouriteAggregatesFilter

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

    Index

    Properties

    filter?: null | FavouriteFilter

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

    Sum aggregate over matching Favourite objects.

    Distinct count aggregate over matching Favourite objects.

    Minimum aggregate over matching Favourite objects.

    Maximum aggregate over matching Favourite objects.

    Mean average aggregate over matching Favourite objects.

    Sample standard deviation aggregate over matching Favourite objects.

    Population standard deviation aggregate over matching Favourite objects.

    Sample variance aggregate over matching Favourite objects.

    variancePopulation?: null | FavouriteVariancePopulationAggregateFilter

    Population variance aggregate over matching Favourite objects.