prisma / prisma-1-cloud-feedback

Feedback for Prisma Cloud
https://app.prisma.io
5 stars 4 forks source link

Set null for relations doesn't work #251

Open frandiox opened 5 years ago

frandiox commented 5 years ago

Hi, thanks a lot for #74 feature. It works well except with relations. After setting one to null, saving and opening the same entity, the relation is still there. There are no errors in the console. I can see in the request preview that it is not using disconnect keyword or anything like that (in this case is -to-one, so it should use { disconnect: true }).

I guess most of the efforts are currently going to the new Admin module, but unfortunately is still closed preview 😅 Will Admin replace the current Cloud data browser?