DisBot
    Preparing search index...

    Type Alias PollOptionsScalarWhereWithAggregatesInput

    type PollOptionsScalarWhereWithAggregatesInput = {
        AND?:
            | PollOptionsScalarWhereWithAggregatesInput
            | PollOptionsScalarWhereWithAggregatesInput[];
        Description?: StringWithAggregatesFilter<"PollOptions">
        | string;
        Emoji?: StringNullableWithAggregatesFilter<"PollOptions"> | string | null;
        Id?: IntWithAggregatesFilter<"PollOptions"> | number;
        Label?: StringWithAggregatesFilter<"PollOptions"> | string;
        NOT?:
            | PollOptionsScalarWhereWithAggregatesInput
            | PollOptionsScalarWhereWithAggregatesInput[];
        OR?: PollOptionsScalarWhereWithAggregatesInput[];
        PollId?: StringWithAggregatesFilter<"PollOptions">
        | string;
        UserIds?: StringNullableListFilter<"PollOptions">;
        UUID?: StringWithAggregatesFilter<"PollOptions"> | string;
    }
    Index

    Properties

    Description?: StringWithAggregatesFilter<"PollOptions"> | string
    Emoji?: StringNullableWithAggregatesFilter<"PollOptions"> | string | null
    Id?: IntWithAggregatesFilter<"PollOptions"> | number
    Label?: StringWithAggregatesFilter<"PollOptions"> | string
    PollId?: StringWithAggregatesFilter<"PollOptions"> | string
    UserIds?: StringNullableListFilter<"PollOptions">
    UUID?: StringWithAggregatesFilter<"PollOptions"> | string