@zeepkist/graphql
    Preparing search index...

    Interface ZslSeasonAggregates

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

    Properties

    keys: string[] | null

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

    distinctCount: ZslSeasonDistinctCountAggregates | null

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

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

    stddevPopulation: ZslSeasonStddevPopulationAggregates | null

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

    varianceSample: ZslSeasonVarianceSampleAggregates | null

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

    variancePopulation: ZslSeasonVariancePopulationAggregates | null

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

    __typename: "ZslSeasonAggregates"