DisBot
    Preparing search index...

    Type Alias GuildAutoRolesUpdateManyAndReturnArgs<ExtArgs>

    GuildAutoRoles updateManyAndReturn

    type GuildAutoRolesUpdateManyAndReturnArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        data: XOR<
            GuildAutoRolesUpdateManyMutationInput,
            GuildAutoRolesUncheckedUpdateManyInput,
        >;
        include?: GuildAutoRolesIncludeUpdateManyAndReturn<ExtArgs>
        | null;
        limit?: number;
        omit?: GuildAutoRolesOmit<ExtArgs> | null;
        select?: GuildAutoRolesSelectUpdateManyAndReturn<ExtArgs> | null;
        where?: GuildAutoRolesWhereInput;
    }

    Type Parameters

    Index

    Properties

    The data used to update GuildAutoRoles.

    Choose, which related nodes to fetch as well

    limit?: number

    Limit how many GuildAutoRoles to update.

    Omit specific fields from the GuildAutoRoles

    Select specific fields to fetch from the GuildAutoRoles

    Filter which GuildAutoRoles to update