DisBot
    Preparing search index...

    Type Alias GuildSpotifyNotificationsUpdateManyAndReturnArgs<ExtArgs>

    GuildSpotifyNotifications updateManyAndReturn

    type GuildSpotifyNotificationsUpdateManyAndReturnArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        data: XOR<
            GuildSpotifyNotificationsUpdateManyMutationInput,
            GuildSpotifyNotificationsUncheckedUpdateManyInput,
        >;
        include?: | GuildSpotifyNotificationsIncludeUpdateManyAndReturn<ExtArgs>
        | null;
        limit?: number;
        omit?: GuildSpotifyNotificationsOmit<ExtArgs> | null;
        select?: GuildSpotifyNotificationsSelectUpdateManyAndReturn<ExtArgs> | null;
        where?: GuildSpotifyNotificationsWhereInput;
    }

    Type Parameters

    Index

    Properties

    The data used to update GuildSpotifyNotifications.

    Choose, which related nodes to fetch as well

    limit?: number

    Limit how many GuildSpotifyNotifications to update.

    Omit specific fields from the GuildSpotifyNotifications

    Select specific fields to fetch from the GuildSpotifyNotifications

    Filter which GuildSpotifyNotifications to update