DisBot
    Preparing search index...

    Type Alias GuildAutoRolesUpdateManyArgs<ExtArgs>

    GuildAutoRoles updateMany

    type GuildAutoRolesUpdateManyArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<
            GuildAutoRolesUpdateManyMutationInput,
            GuildAutoRolesUncheckedUpdateManyInput,
        >;
        limit?: number;
        where?: GuildAutoRolesWhereInput;
    }

    Type Parameters

    Index

    Properties

    Properties

    The data used to update GuildAutoRoles.

    limit?: number

    Limit how many GuildAutoRoles to update.

    Filter which GuildAutoRoles to update