DisBot
    Preparing search index...

    Type Alias ReactionRoleButtonUpdateManyAndReturnArgs<ExtArgs>

    ReactionRoleButton updateManyAndReturn

    type ReactionRoleButtonUpdateManyAndReturnArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        data: XOR<
            ReactionRoleButtonUpdateManyMutationInput,
            ReactionRoleButtonUncheckedUpdateManyInput,
        >;
        include?: ReactionRoleButtonIncludeUpdateManyAndReturn<ExtArgs>
        | null;
        limit?: number;
        omit?: ReactionRoleButtonOmit<ExtArgs> | null;
        select?: ReactionRoleButtonSelectUpdateManyAndReturn<ExtArgs> | null;
        where?: ReactionRoleButtonWhereInput;
    }

    Type Parameters

    Index

    Properties

    The data used to update ReactionRoleButtons.

    Choose, which related nodes to fetch as well

    limit?: number

    Limit how many ReactionRoleButtons to update.

    Omit specific fields from the ReactionRoleButton

    Select specific fields to fetch from the ReactionRoleButton

    Filter which ReactionRoleButtons to update