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

    Type Alias PermissionFindFirstArgs<ExtArgs>

    Permission findFirst

    type PermissionFindFirstArgs<
        ExtArgs extends
            runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs,
    > = {
        cursor?: PermissionWhereUniqueInput;
        distinct?: | Prisma.PermissionScalarFieldEnum
        | Prisma.PermissionScalarFieldEnum[];
        include?: PermissionInclude<ExtArgs>
        | null;
        omit?: PermissionOmit<ExtArgs> | null;
        orderBy?:
            | PermissionOrderByWithRelationInput
            | PermissionOrderByWithRelationInput[];
        select?: PermissionSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: PermissionWhereInput;
    }

    Type Parameters

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

    Properties

    Cursor Docs

    Sets the position for searching for Permissions.

    Distinct Docs

    Filter by unique combinations of Permissions.

    include?: PermissionInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: PermissionOmit<ExtArgs> | null

    Omit specific fields from the Permission

    Sorting Docs

    Determine the order of Permissions to fetch.

    select?: PermissionSelect<ExtArgs> | null

    Select specific fields to fetch from the Permission

    skip?: number

    Pagination Docs

    Skip the first n Permissions.

    take?: number

    Pagination Docs

    Take ±n Permissions from the position of the cursor.

    Filter, which Permission to fetch.