@zeepkist/graphql
    Preparing search index...

    Interface VoteHavingInput

    Conditions for Vote aggregates.

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

    Properties

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