@zeepkist/graphql
    Preparing search index...

    Interface UserHavingInput

    Conditions for User aggregates.

    interface UserHavingInput {
        AND?: UserHavingInput[] | null;
        OR?: UserHavingInput[] | null;
        sum?: UserHavingSumInput | null;
        distinctCount?: UserHavingDistinctCountInput | null;
        min?: UserHavingMinInput | null;
        max?: UserHavingMaxInput | null;
        average?: UserHavingAverageInput | null;
        stddevSample?: UserHavingStddevSampleInput | null;
        stddevPopulation?: UserHavingStddevPopulationInput | null;
        varianceSample?: UserHavingVarianceSampleInput | null;
        variancePopulation?: UserHavingVariancePopulationInput | null;
    }
    Index

    Properties

    AND?: UserHavingInput[] | null
    OR?: UserHavingInput[] | null
    sum?: UserHavingSumInput | null
    distinctCount?: UserHavingDistinctCountInput | null
    min?: UserHavingMinInput | null
    max?: UserHavingMaxInput | null
    average?: UserHavingAverageInput | null
    stddevSample?: UserHavingStddevSampleInput | null
    stddevPopulation?: UserHavingStddevPopulationInput | null
    varianceSample?: UserHavingVarianceSampleInput | null
    variancePopulation?: UserHavingVariancePopulationInput | null