@zeepkist/graphql
    Preparing search index...

    Interface VoteHavingInput

    Conditions for Vote aggregates.

    interface VoteHavingInput {
        AND?: VoteHavingInput[] | null;
        OR?: VoteHavingInput[] | null;
        sum?: VoteHavingSumInput | null;
        distinctCount?: VoteHavingDistinctCountInput | null;
        min?: VoteHavingMinInput | null;
        max?: VoteHavingMaxInput | null;
        average?: VoteHavingAverageInput | null;
        stddevSample?: VoteHavingStddevSampleInput | null;
        stddevPopulation?: VoteHavingStddevPopulationInput | null;
        varianceSample?: VoteHavingVarianceSampleInput | null;
        variancePopulation?: VoteHavingVariancePopulationInput | null;
    }
    Index

    Properties

    AND?: VoteHavingInput[] | null
    OR?: VoteHavingInput[] | null
    sum?: VoteHavingSumInput | null
    distinctCount?: VoteHavingDistinctCountInput | null
    min?: VoteHavingMinInput | null
    max?: VoteHavingMaxInput | null
    average?: VoteHavingAverageInput | null
    stddevSample?: VoteHavingStddevSampleInput | null
    stddevPopulation?: VoteHavingStddevPopulationInput | null
    varianceSample?: VoteHavingVarianceSampleInput | null
    variancePopulation?: VoteHavingVariancePopulationInput | null