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

    Type Alias ResourceUpdateManyArgs<ExtArgs>

    Resource updateMany

    type ResourceUpdateManyArgs<
        ExtArgs extends
            runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs,
    > = {
        data: Prisma.XOR<
            ResourceUpdateManyMutationInput,
            ResourceUncheckedUpdateManyInput,
        >;
        limit?: number;
        where?: ResourceWhereInput;
    }

    Type Parameters

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

    Properties

    Properties

    The data used to update Resources.

    limit?: number

    Limit how many Resources to update.

    Filter which Resources to update