@zeepkist/graphql
    Preparing search index...

    Interface ZslLevelAggregatesFilter

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

    Index

    Properties

    filter?: null | ZslLevelFilter

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

    Sum aggregate over matching ZslLevel objects.

    Distinct count aggregate over matching ZslLevel objects.

    Minimum aggregate over matching ZslLevel objects.

    Maximum aggregate over matching ZslLevel objects.

    Mean average aggregate over matching ZslLevel objects.

    Sample standard deviation aggregate over matching ZslLevel objects.

    stddevPopulation?: null | ZslLevelStddevPopulationAggregateFilter

    Population standard deviation aggregate over matching ZslLevel objects.

    Sample variance aggregate over matching ZslLevel objects.

    variancePopulation?: null | ZslLevelVariancePopulationAggregateFilter

    Population variance aggregate over matching ZslLevel objects.