DisBot
    Preparing search index...

    Type Alias PollAnswersWhereInput

    type PollAnswersWhereInput = {
        AND?: PollAnswersWhereInput | PollAnswersWhereInput[];
        Id?: IntFilter<"PollAnswers"> | number;
        NOT?: PollAnswersWhereInput | PollAnswersWhereInput[];
        OR?: PollAnswersWhereInput[];
        PollId?: StringFilter<"PollAnswers"> | string;
        PollOptionId?: StringFilter<"PollAnswers"> | string;
        PollOptions?: XOR<PollOptionsScalarRelationFilter, PollOptionsWhereInput>;
        Polls?: XOR<PollsScalarRelationFilter, PollsWhereInput>;
        UUID?: StringFilter<"PollAnswers"> | string;
    }
    Index

    Properties

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