DisBot
    Preparing search index...

    Type Alias GuildComponentManagerUpdateManyAndReturnArgs<ExtArgs>

    GuildComponentManager updateManyAndReturn

    type GuildComponentManagerUpdateManyAndReturnArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        data: XOR<
            GuildComponentManagerUpdateManyMutationInput,
            GuildComponentManagerUncheckedUpdateManyInput,
        >;
        include?: GuildComponentManagerIncludeUpdateManyAndReturn<ExtArgs>
        | null;
        limit?: number;
        omit?: GuildComponentManagerOmit<ExtArgs> | null;
        select?: GuildComponentManagerSelectUpdateManyAndReturn<ExtArgs> | null;
        where?: GuildComponentManagerWhereInput;
    }

    Type Parameters

    Index

    Properties

    The data used to update GuildComponentManagers.

    Choose, which related nodes to fetch as well

    limit?: number

    Limit how many GuildComponentManagers to update.

    Omit specific fields from the GuildComponentManager

    Select specific fields to fetch from the GuildComponentManager

    Filter which GuildComponentManagers to update