-
Is it possible to generate the _count property as always { nullable:true }? I couldn't find the generator option to do that.
-
✌️ First of all, thank you for a wonderful tool.
Everything works fine, but when I try to use "skip", "take", "where" arguments for relation queries, it doesn't give the desired result. Is there an…
-
When generating with prisma-nestjs-graphql it generates also all unique inputs, where types, etc, but I want only the .model.ts file to be generated is it possible not to generate all the other files?…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
See…
-
I'm searching for a package that can handle all the CRUD hassle with [prisma](https://prisma.io).
Are you planning the integration of it?
-
> Can Prisma generate types for swagger with swagger attribute for each field?
We are experiencing the same issue.
Prisma generated the following for us:
```
export type PersonSocialMediaUnche…
-
Hi,
first things first: Great work!
I have a question. This there a way to completely ignore a model?
This is useful e.g. for the prisma table that holdes the migrations. It will never be used w…
-
I will be using Prisma as my ORM of choice. along with GraphQL, in Nestjs along side or postgres DB
we will have these types of users:
- ARTISAN
- DESIGNER
- ADMIN
- MANAGER
- […
-
Hello and thank you for this library.
I am getting the above error when attempting to generate the client in my `nestjs` application.
`npx prisma generate`
This error occurs because I'm using…
-
`yarn prisma generate` succeeds in the local environment, but fails with the following error when run in Docker.
```bash
Error: EIO: i/o error, open '/app/packages/backend/prisma/model/tenant-job/te…