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

    Type Alias RolePermissionsFindFirstArgs<ExtArgs>

    RolePermissions findFirst

    type RolePermissionsFindFirstArgs<
        ExtArgs extends
            runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs,
    > = {
        cursor?: RolePermissionsWhereUniqueInput;
        distinct?: | Prisma.RolePermissionsScalarFieldEnum
        | Prisma.RolePermissionsScalarFieldEnum[];
        include?: RolePermissionsInclude<ExtArgs>
        | null;
        omit?: RolePermissionsOmit<ExtArgs> | null;
        orderBy?:
            | RolePermissionsOrderByWithRelationInput
            | RolePermissionsOrderByWithRelationInput[];
        select?: RolePermissionsSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: RolePermissionsWhereInput;
    }

    Type Parameters

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

    Properties

    Cursor Docs

    Sets the position for searching for RolePermissions.

    Distinct Docs

    Filter by unique combinations of RolePermissions.

    Choose, which related nodes to fetch as well

    Omit specific fields from the RolePermissions

    Sorting Docs

    Determine the order of RolePermissions to fetch.

    Select specific fields to fetch from the RolePermissions

    skip?: number

    Pagination Docs

    Skip the first n RolePermissions.

    take?: number

    Pagination Docs

    Take ±n RolePermissions from the position of the cursor.

    Filter, which RolePermissions to fetch.