Harshit Pant

Results 161 comments of Harshit Pant

@njmaeff Can you please provide a reproduction?

Hey @mikeburgh I tried your reproduction and I wasn't able to reproduce the N+1 I was able to reproduce another issue which is already reported: ![image](https://user-images.githubusercontent.com/22195362/110642037-a371df00-81d8-11eb-97c2-328913e60c7e.png) But we have correct...

Looks like I am still getting unresolved values for the field in 2.21.2 so #5941 didn't really address that. I uploaded the code here: https://github.com/harshit-test-org/prisma-issue-59552 We will need to fix...

Another variant of the same topic: https://github.com/prisma/prisma/issues/6774#issuecomment-876498070

Hi @soqt, I am unable to reproduce the bug. Can you please provide the datamodel you are using. I used the following datamodel to reproduce this: ```graphql type User {...

We are currently rewriting Prisma in Rust which will mitigate all of the RAM usage issues. See: https://github.com/prisma/prisma/blob/master/ROADMAP.md#implementation-phase

@MaxAst See the increasing amount of Rust code in the repository 👀

`prisma delete` deletes the prisma service. To get rid of your data use `prisma reset` command

Ok, let me explain this properly: First of all, you will need to understand that we store all of your migrations metadata and service metadata in a separate database(called prisma...

Hi @ashb It is called `@relation` NOT `@relationship`. That is why there was no error.