DisBot
    Preparing search index...

    Type Alias PollAnswersScalarWhereInput

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

    Properties

    Id?: IntFilter<"PollAnswers"> | number
    PollId?: StringFilter<"PollAnswers"> | string
    PollOptionId?: StringFilter<"PollAnswers"> | string
    UUID?: StringFilter<"PollAnswers"> | string