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

    Type Alias AppUpdateArgs<ExtArgs>

    App update

    type AppUpdateArgs<
        ExtArgs extends
            runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs,
    > = {
        data: Prisma.XOR<AppUpdateInput, AppUncheckedUpdateInput>;
        include?: AppInclude<ExtArgs> | null;
        omit?: AppOmit<ExtArgs> | null;
        select?: AppSelect<ExtArgs> | null;
        where: AppWhereUniqueInput;
    }

    Type Parameters

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

    Properties

    The data needed to update a App.

    include?: AppInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: AppOmit<ExtArgs> | null

    Omit specific fields from the App

    select?: AppSelect<ExtArgs> | null

    Select specific fields to fetch from the App

    Choose, which App to update.