-
prisma version: 5.21.1
prisma-nestjs-graphql version: 20.0.3
The Prisma Schema defines a BigInt type, but the generated model and input classes have Field types that are String.
This is the P…
imoyh updated
3 weeks ago
-
### Is there an existing issue that is already proposing this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe it
TypeScript enums have k…
-
Hello,
I'm encountering an issue with the prisma-nestjs-graphql library when generating GraphQL types from my Prisma schema. The generated files reference a Prisma.AtLeast type, which appears to be…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
When I use the following .env:
```
#-----------------------Backend Config----------------…
-
First, thank you for that awesome library! I love it!
Second: For some Entities I see "Problems" in the VSCode Problems-Panel. I'm glad it compiles without errors, but.. did anyone else have simila…
-
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
- […
-
**Describe the bug**
If I follow the guide on npm page to setup , in my main.ts
`import { NestFactory } from '@nestjs/core';
import { AppModule } from './app.module';
import {
FastifyAdapter,…
-
Dear Prisma Team,
for my upcoming project, i would like to use Prisma, since it is ready to be used in production. I have been around for a year or so, but now finally use it in a concrete project.…
-
hey,
all my depenencies (prisma, nestjs,...) are at @latest , node is latest lts
in my console:
```
root@a3b11efbd3a4:/api# npx prisma generate
Environment variables loaded from prisma/.env…
-
Given this models:
```ts
generator client {
provider = "prisma-client-js"
binaryTargets = ["native", "darwin", "debian-openssl-1.1.x", "linux-musl", "windows"]
output =…