-
## Steps of reproduce
1. Installation by using `@paljs/cli create`
```sh
npx @paljs/cli create
```
![image](https://github.com/paljs/prisma-tools/assets/7800413/f41aac54-fc4f-4696-8432-0b03a0…
-
Just a heads up since they added multi-file schema support it looks like the `getSchemaPath` function isn't exported from @prisma/internals anymore.
Was getting this error before I realised what wa…
-
### Bug description
Hi, I'm suddenly getting this on our Prisma server:
```
Thrown with args: {}
Resolver info : { prev: undefined, key: 'me', typename: 'Query' }
Model : User
Error : PrismaClie…
-
## Scope & Context
We currently have large node_modules folder and some packages in yarn.lock which shouldn't be there anymore (e.g. `@prisma/engines`)
## Technical inputs
Here a list of pac…
-
### Bug description
in mongodb a simple findUnique or findUniqueOrThrow can lead to a colscan if multiple queries to the same collection happen at the same time:
```
prisma.user
.findUniqu…
-
Hello @AhmedElywa! 🎎
Pal.js apollo SDL first code generation does not seem to be working with a very simple _one-to-many_ schema. I have created [a bare minimum reproduction](https://github.com/Ze…
-
Hello,
I have a problem when i upload multiple files, i don't know why all the promises are not resolved.
Please help me.
When I upload a single file the promise is resolved well and I can upload t…
-
### Bug description
Hello,
We have a prisma client connected to mysql database. We run it on Rancher with Haproxy ingress. With different scale of containers I am getting different results. I am…
-
We are in the proces of upgrading our prisma client version from 4.4.0 to 4.11.0 so that we can get the fix for https://github.com/prisma/prisma/issues/14903 however we are encountering an error - whi…
-
Hi,
I was wondering if there's a way to add the **include** argument in the FindManyXArgs.
Something like the one prisma autogenerates
![image](https://user-images.githubusercontent.com/…