@zeepkist/graphql
    Preparing search index...

    Interface LevelHavingInput

    Conditions for Level aggregates.

    interface LevelHavingInput {
        AND?: LevelHavingInput[] | null;
        OR?: LevelHavingInput[] | null;
        sum?: LevelHavingSumInput | null;
        distinctCount?: LevelHavingDistinctCountInput | null;
        min?: LevelHavingMinInput | null;
        max?: LevelHavingMaxInput | null;
        average?: LevelHavingAverageInput | null;
        stddevSample?: LevelHavingStddevSampleInput | null;
        stddevPopulation?: LevelHavingStddevPopulationInput | null;
        varianceSample?: LevelHavingVarianceSampleInput | null;
        variancePopulation?: LevelHavingVariancePopulationInput | null;
    }
    Index

    Properties

    AND?: LevelHavingInput[] | null
    OR?: LevelHavingInput[] | null
    sum?: LevelHavingSumInput | null
    distinctCount?: LevelHavingDistinctCountInput | null
    min?: LevelHavingMinInput | null
    max?: LevelHavingMaxInput | null
    average?: LevelHavingAverageInput | null
    stddevSample?: LevelHavingStddevSampleInput | null
    stddevPopulation?: LevelHavingStddevPopulationInput | null
    varianceSample?: LevelHavingVarianceSampleInput | null
    variancePopulation?: LevelHavingVariancePopulationInput | null