@zeepkist/graphql
    Preparing search index...

    Interface ZslRoundAggregatesFilter

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

    Index

    Properties

    filter?: null | ZslRoundFilter

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

    Sum aggregate over matching ZslRound objects.

    Distinct count aggregate over matching ZslRound objects.

    Minimum aggregate over matching ZslRound objects.

    Maximum aggregate over matching ZslRound objects.

    Mean average aggregate over matching ZslRound objects.

    Sample standard deviation aggregate over matching ZslRound objects.

    stddevPopulation?: null | ZslRoundStddevPopulationAggregateFilter

    Population standard deviation aggregate over matching ZslRound objects.

    Sample variance aggregate over matching ZslRound objects.

    variancePopulation?: null | ZslRoundVariancePopulationAggregateFilter

    Population variance aggregate over matching ZslRound objects.