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

    Type Alias ResourceUpdateArgs<ExtArgs>

    Resource update

    type ResourceUpdateArgs<
        ExtArgs extends
            runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs,
    > = {
        data: Prisma.XOR<ResourceUpdateInput, ResourceUncheckedUpdateInput>;
        include?: ResourceInclude<ExtArgs> | null;
        omit?: ResourceOmit<ExtArgs> | null;
        select?: ResourceSelect<ExtArgs> | null;
        where: ResourceWhereUniqueInput;
    }

    Type Parameters

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

    Properties

    The data needed to update a Resource.

    include?: ResourceInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: ResourceOmit<ExtArgs> | null

    Omit specific fields from the Resource

    select?: ResourceSelect<ExtArgs> | null

    Select specific fields to fetch from the Resource

    Choose, which Resource to update.