How to Upsert Nested Relations in Prisma, using connectOrCreate? connectOrCreate doesn’t update second level nest
I’m working on an application using Prisma ORM with a schema that includes Profile, Contact, and SocialMedia models. I need to perform an update operation on a Profile, which should also handle upserting related Contact and SocialMedia entries.