DisBot
    Preparing search index...

    Type Alias LevelsFindFirstArgs<ExtArgs>

    Levels findFirst

    type LevelsFindFirstArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        cursor?: LevelsWhereUniqueInput;
        distinct?: Prisma.LevelsScalarFieldEnum | Prisma.LevelsScalarFieldEnum[];
        include?: LevelsInclude<ExtArgs> | null;
        omit?: LevelsOmit<ExtArgs> | null;
        orderBy?: LevelsOrderByWithRelationInput | LevelsOrderByWithRelationInput[];
        select?: LevelsSelect<ExtArgs> | null;
        skip?: number;
        take?: number;
        where?: LevelsWhereInput;
    }

    Type Parameters

    Index

    Properties

    Cursor Docs

    Sets the position for searching for Levels.

    Distinct Docs

    Filter by unique combinations of Levels.

    include?: LevelsInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: LevelsOmit<ExtArgs> | null

    Omit specific fields from the Levels

    Sorting Docs

    Determine the order of Levels to fetch.

    select?: LevelsSelect<ExtArgs> | null

    Select specific fields to fetch from the Levels

    skip?: number

    Pagination Docs

    Skip the first n Levels.

    take?: number

    Pagination Docs

    Take ±n Levels from the position of the cursor.

    Filter, which Levels to fetch.