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

    Type Alias AppFindFirstArgs<ExtArgs>

    App findFirst

    type AppFindFirstArgs<
        ExtArgs extends
            runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs,
    > = {
        cursor?: AppWhereUniqueInput;
        distinct?: Prisma.AppScalarFieldEnum
        | Prisma.AppScalarFieldEnum[];
        include?: AppInclude<ExtArgs> | null;
        omit?: AppOmit<ExtArgs> | null;
        orderBy?: AppOrderByWithRelationInput | AppOrderByWithRelationInput[];
        select?: AppSelect<ExtArgs> | null;
        skip?: number;
        take?: number;
        where?: AppWhereInput;
    }

    Type Parameters

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

    Properties

    Cursor Docs

    Sets the position for searching for Apps.

    Distinct Docs

    Filter by unique combinations of Apps.

    include?: AppInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: AppOmit<ExtArgs> | null

    Omit specific fields from the App

    Sorting Docs

    Determine the order of Apps to fetch.

    select?: AppSelect<ExtArgs> | null

    Select specific fields to fetch from the App

    skip?: number

    Pagination Docs

    Skip the first n Apps.

    take?: number

    Pagination Docs

    Take ±n Apps from the position of the cursor.

    Filter, which App to fetch.