DisBot
    Preparing search index...

    Type Alias PollsWhereInput

    type PollsWhereInput = {
        AND?: PollsWhereInput | PollsWhereInput[];
        ChannelId?: StringNullableFilter<"Polls"> | string | null;
        CreatedAt?: DateTimeFilter<"Polls"> | Date | string;
        Entrys?: StringNullableListFilter<"Polls">;
        GuildId?: StringFilter<"Polls"> | string;
        Guilds?: XOR<GuildsScalarRelationFilter, GuildsWhereInput>;
        Id?: IntFilter<"Polls"> | number;
        MessageId?: StringNullableFilter<"Polls"> | string | null;
        MessageTemplateId?: StringFilter<"Polls"> | string;
        MultiAnswers?: IntFilter<"Polls"> | number;
        NOT?: PollsWhereInput | PollsWhereInput[];
        OR?: PollsWhereInput[];
        PollAnswers?: PollAnswersListRelationFilter;
        PollOptions?: PollOptionsListRelationFilter;
        Requirements?: StringNullableListFilter<"Polls">;
        Time?: IntNullableFilter<"Polls"> | number | null;
        Type?: IntFilter<"Polls"> | number;
        UUID?: StringFilter<"Polls"> | string;
    }
    Index

    Properties

    ChannelId?: StringNullableFilter<"Polls"> | string | null
    CreatedAt?: DateTimeFilter<"Polls"> | Date | string
    Entrys?: StringNullableListFilter<"Polls">
    GuildId?: StringFilter<"Polls"> | string
    Id?: IntFilter<"Polls"> | number
    MessageId?: StringNullableFilter<"Polls"> | string | null
    MessageTemplateId?: StringFilter<"Polls"> | string
    MultiAnswers?: IntFilter<"Polls"> | number
    Requirements?: StringNullableListFilter<"Polls">
    Time?: IntNullableFilter<"Polls"> | number | null
    Type?: IntFilter<"Polls"> | number
    UUID?: StringFilter<"Polls"> | string