DisBot
    Preparing search index...

    Type Alias LevelRolesFindFirstArgs<ExtArgs>

    LevelRoles findFirst

    type LevelRolesFindFirstArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        cursor?: LevelRolesWhereUniqueInput;
        distinct?:
            | Prisma.LevelRolesScalarFieldEnum
            | Prisma.LevelRolesScalarFieldEnum[];
        include?: LevelRolesInclude<ExtArgs>
        | null;
        omit?: LevelRolesOmit<ExtArgs> | null;
        orderBy?:
            | LevelRolesOrderByWithRelationInput
            | LevelRolesOrderByWithRelationInput[];
        select?: LevelRolesSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: LevelRolesWhereInput;
    }

    Type Parameters

    Index

    Properties

    Cursor Docs

    Sets the position for searching for LevelRoles.

    Distinct Docs

    Filter by unique combinations of LevelRoles.

    include?: LevelRolesInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: LevelRolesOmit<ExtArgs> | null

    Omit specific fields from the LevelRoles

    Sorting Docs

    Determine the order of LevelRoles to fetch.

    select?: LevelRolesSelect<ExtArgs> | null

    Select specific fields to fetch from the LevelRoles

    skip?: number

    Pagination Docs

    Skip the first n LevelRoles.

    take?: number

    Pagination Docs

    Take ±n LevelRoles from the position of the cursor.

    Filter, which LevelRoles to fetch.