DisBot
    Preparing search index...

    Type Alias PollAnswersScalarWhereWithAggregatesInput

    type PollAnswersScalarWhereWithAggregatesInput = {
        AND?:
            | PollAnswersScalarWhereWithAggregatesInput
            | PollAnswersScalarWhereWithAggregatesInput[];
        Id?: IntWithAggregatesFilter<"PollAnswers">
        | number;
        NOT?:
            | PollAnswersScalarWhereWithAggregatesInput
            | PollAnswersScalarWhereWithAggregatesInput[];
        OR?: PollAnswersScalarWhereWithAggregatesInput[];
        PollId?: StringWithAggregatesFilter<"PollAnswers">
        | string;
        PollOptionId?: StringWithAggregatesFilter<"PollAnswers"> | string;
        UUID?: StringWithAggregatesFilter<"PollAnswers"> | string;
    }
    Index

    Properties

    Id?: IntWithAggregatesFilter<"PollAnswers"> | number
    PollId?: StringWithAggregatesFilter<"PollAnswers"> | string
    PollOptionId?: StringWithAggregatesFilter<"PollAnswers"> | string
    UUID?: StringWithAggregatesFilter<"PollAnswers"> | string