@zeepkist/graphql
    Preparing search index...

    Interface FavouriteAggregates

    interface FavouriteAggregates {
        keys: null | string[];
        sum: null | FavouriteSumAggregates;
        distinctCount: null | FavouriteDistinctCountAggregates;
        min: null | FavouriteMinAggregates;
        max: null | FavouriteMaxAggregates;
        average: null | FavouriteAverageAggregates;
        stddevSample: null | FavouriteStddevSampleAggregates;
        stddevPopulation: null | FavouriteStddevPopulationAggregates;
        varianceSample: null | FavouriteVarianceSampleAggregates;
        variancePopulation: null | FavouriteVariancePopulationAggregates;
        __typename: "FavouriteAggregates";
    }
    Index

    Properties

    keys: null | string[]

    Sum aggregates across the matching connection (ignoring before/after/first/last/offset)

    distinctCount: null | FavouriteDistinctCountAggregates

    Distinct count aggregates across the matching connection (ignoring before/after/first/last/offset)

    Minimum aggregates across the matching connection (ignoring before/after/first/last/offset)

    Maximum aggregates across the matching connection (ignoring before/after/first/last/offset)

    Mean average aggregates across the matching connection (ignoring before/after/first/last/offset)

    stddevSample: null | FavouriteStddevSampleAggregates

    Sample standard deviation aggregates across the matching connection (ignoring before/after/first/last/offset)

    stddevPopulation: null | FavouriteStddevPopulationAggregates

    Population standard deviation aggregates across the matching connection (ignoring before/after/first/last/offset)

    varianceSample: null | FavouriteVarianceSampleAggregates

    Sample variance aggregates across the matching connection (ignoring before/after/first/last/offset)

    variancePopulation: null | FavouriteVariancePopulationAggregates

    Population variance aggregates across the matching connection (ignoring before/after/first/last/offset)

    __typename: "FavouriteAggregates"