DisBot
    Preparing search index...

    Type Alias PollAnswersWhereUniqueInput

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