@robert-brightline/auth-db - v0.0.21
    Preparing search index...

    Type Alias UserRoleUpdateManyArgs<ExtArgs>

    UserRole updateMany

    type UserRoleUpdateManyArgs<
        ExtArgs extends
            runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs,
    > = {
        data: Prisma.XOR<
            UserRoleUpdateManyMutationInput,
            UserRoleUncheckedUpdateManyInput,
        >;
        limit?: number;
        where?: UserRoleWhereInput;
    }

    Type Parameters

    • ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs
    Index

    Properties

    Properties

    The data used to update UserRoles.

    limit?: number

    Limit how many UserRoles to update.

    Filter which UserRoles to update