@zeepkist/graphql
    Preparing search index...

    Interface ZslSeasonAggregates

    interface ZslSeasonAggregates {
        keys: null | string[];
        sum: null | ZslSeasonSumAggregates;
        distinctCount: null | ZslSeasonDistinctCountAggregates;
        min: null | ZslSeasonMinAggregates;
        max: null | ZslSeasonMaxAggregates;
        average: null | ZslSeasonAverageAggregates;
        stddevSample: null | ZslSeasonStddevSampleAggregates;
        stddevPopulation: null | ZslSeasonStddevPopulationAggregates;
        varianceSample: null | ZslSeasonVarianceSampleAggregates;
        variancePopulation: null | ZslSeasonVariancePopulationAggregates;
        __typename: "ZslSeasonAggregates";
    }
    Index

    Properties

    keys: null | string[]

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

    distinctCount: null | ZslSeasonDistinctCountAggregates

    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 | ZslSeasonStddevSampleAggregates

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

    stddevPopulation: null | ZslSeasonStddevPopulationAggregates

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

    varianceSample: null | ZslSeasonVarianceSampleAggregates

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

    variancePopulation: null | ZslSeasonVariancePopulationAggregates

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

    __typename: "ZslSeasonAggregates"