DisBot
    Preparing search index...

    Type Alias GuildBackupsUpdateManyAndReturnArgs<ExtArgs>

    GuildBackups updateManyAndReturn

    type GuildBackupsUpdateManyAndReturnArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        data: XOR<
            GuildBackupsUpdateManyMutationInput,
            GuildBackupsUncheckedUpdateManyInput,
        >;
        include?: GuildBackupsIncludeUpdateManyAndReturn<ExtArgs>
        | null;
        limit?: number;
        omit?: GuildBackupsOmit<ExtArgs> | null;
        select?: GuildBackupsSelectUpdateManyAndReturn<ExtArgs> | null;
        where?: GuildBackupsWhereInput;
    }

    Type Parameters

    Index

    Properties

    The data used to update GuildBackups.

    Choose, which related nodes to fetch as well

    limit?: number

    Limit how many GuildBackups to update.

    omit?: GuildBackupsOmit<ExtArgs> | null

    Omit specific fields from the GuildBackups

    Select specific fields to fetch from the GuildBackups

    Filter which GuildBackups to update