DisBot
    Preparing search index...

    Type Alias PollsUpdateManyWithWhereWithoutGuildsInput

    type PollsUpdateManyWithWhereWithoutGuildsInput = {
        data: XOR<
            PollsUpdateManyMutationInput,
            PollsUncheckedUpdateManyWithoutGuildsInput,
        >;
        where: PollsScalarWhereInput;
    }
    Index

    Properties

    Properties