-
### Bug description
So currently I am using Nexus + Pal + Prisma + MySQL (MARIADB). I noticed some performance issues. I inserted 9561 entries in the user table and enabled the Prisma logs
`log: […
-
Our mysql instance allow datetime to be zero. Seems to be failing at as some values as null or `0000-00-00`, `0000-00-00 00:00:00` or `0000-00-00 00:00:00.000`. Tried to read datetimes as just strings…
-
Hello,
I am trying to convert prisma schema to typescript models using pal schema typescript as per the docs. I am getting this error "◢ Converting your schema TypeError: Cannot read propertie…
-
Is there a way to do it, so that not to duplicate code?
-
## Description
Historically, `null` was accepted for every Prisma Client args (pagination, filters etc..) because GraphQL does accept `null | undefined` for nullable fields. Since a couple of versi…
-
We have consolidated the issues in this epic to an organized notion table. [It is public](https://www.notion.so/prismaio/Nexus-Traps-Friction-Audit-76b56332c78445ef90cd7c582b090edc).
- [ ] https://…
-
### Roadmap 2023-Q3
**DONE:**
- https://github.com/graphql-nexus/nexus-prisma/issues/674 - Stabilisation of tests to pick locked prisma version instead of the latest one matching the caret version…
-
Hello,
I'm using Nexus `0.26.0-next.7` on Windows machine.
When I run the command `npx nexus build` Nexus is not able to build the application and return the following errors:
```
● nexus:bui…
-
```
$ npx nexus build
955 ● nexus:build get used plugins
● nexus:plugin:nexusPluginPrisma Running generators
● nexus:build starting reflection
● nexus:build building typescript program
● nexus:…
-
Hello. Firstly, thanks for your work on this.
I am following [this guide](https://nexusjs.org/docs/plugins/prisma/removing-the-nexus-plugin-prisma) for removing nexus-plugin-prisma, to use 'vanilla…