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

    Type Alias RoleFindFirstArgs<ExtArgs>

    Role findFirst

    type RoleFindFirstArgs<
        ExtArgs extends
            runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs,
    > = {
        cursor?: RoleWhereUniqueInput;
        distinct?: Prisma.RoleScalarFieldEnum
        | Prisma.RoleScalarFieldEnum[];
        include?: RoleInclude<ExtArgs> | null;
        omit?: RoleOmit<ExtArgs> | null;
        orderBy?: RoleOrderByWithRelationInput | RoleOrderByWithRelationInput[];
        select?: RoleSelect<ExtArgs> | null;
        skip?: number;
        take?: number;
        where?: RoleWhereInput;
    }

    Type Parameters

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

    Properties

    Cursor Docs

    Sets the position for searching for Roles.

    Distinct Docs

    Filter by unique combinations of Roles.

    include?: RoleInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: RoleOmit<ExtArgs> | null

    Omit specific fields from the Role

    Sorting Docs

    Determine the order of Roles to fetch.

    select?: RoleSelect<ExtArgs> | null

    Select specific fields to fetch from the Role

    skip?: number

    Pagination Docs

    Skip the first n Roles.

    take?: number

    Pagination Docs

    Take ±n Roles from the position of the cursor.

    Filter, which Role to fetch.