@zeepkist/graphql
    Preparing search index...

    Interface LevelHavingInput

    Conditions for Level aggregates.

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

    Properties

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