DisBot
    Preparing search index...

    Type Alias PollOptionsWhereInput

    type PollOptionsWhereInput = {
        AND?: PollOptionsWhereInput | PollOptionsWhereInput[];
        Description?: StringFilter<"PollOptions"> | string;
        Emoji?: StringNullableFilter<"PollOptions"> | string | null;
        Id?: IntFilter<"PollOptions"> | number;
        Label?: StringFilter<"PollOptions"> | string;
        NOT?: PollOptionsWhereInput | PollOptionsWhereInput[];
        OR?: PollOptionsWhereInput[];
        PollAnswers?: PollAnswersListRelationFilter;
        PollId?: StringFilter<"PollOptions"> | string;
        Polls?: XOR<PollsScalarRelationFilter, PollsWhereInput>;
        UserIds?: StringNullableListFilter<"PollOptions">;
        UUID?: StringFilter<"PollOptions"> | string;
    }
    Index

    Properties

    Description?: StringFilter<"PollOptions"> | string
    Emoji?: StringNullableFilter<"PollOptions"> | string | null
    Id?: IntFilter<"PollOptions"> | number
    Label?: StringFilter<"PollOptions"> | string
    PollId?: StringFilter<"PollOptions"> | string
    UserIds?: StringNullableListFilter<"PollOptions">
    UUID?: StringFilter<"PollOptions"> | string