-
I tried to globally decorate all `createdAt` fields of `*Create*Input` models with `HideField({input: true})` for testing purposes. Turns out that especially for `HideField` the arguments are not take…
-
## Problem
I want a single source of truth for the types and their validations such as @MinLength() or @isEmail() class validators , and it would be very useful if we can put them in the schema.pri…
-
# Problem
Considering the following Prisma schema file:
```prisma
generator client {
provider = "prisma-client-js"
previewFeatures = ["extendedWhereUnique"]
}
generator nestgraphql…
-
**Describe the Bug**
compatibility issue in generated code for prisma v5
```
Type 'UserWhereUniqueInput' is not assignable to type '{ id: string; email: string; } & { id?: string | undefined; email…
-
Description:
I encountered an error while using the "prisma-nestjs-graphql" generator that resulted in an "Excessive stack depth comparing types" error. This error prevents nestjs from starting corre…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
> [!WARNING]
These dependencies …
-
### What happened?
My instance keeps returning empty workspace list for all users, even though I'm creating new workspaces and they appear in the Database just fine. Digging through the browser res…
-
something like below:
```
import { FindManyUserArgs , User } from 'prisma/@generated/prisma-nestjs-graphql';
import { PrismaService } from './prisma.service'
// just an example
@Get('users')…
-
### Is there an existing issue for this?
- [x] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- [x] I have reviewed the documentation https://docs.sentry.io/…
-
Hi,
I have such simple Prisma shema **(I set omitModelsCount=true)**
```
generator client {
provider = "prisma-client-js"
previewFeatures = ["postgresqlExtensions"]
}
generator nes…