Dave Edelhart
10/17/2022, 10:59 PMprisma.account.upsert({where: {email: email}, update: {}, create: {email: email}})
and not modify but return the acocunt unchanged if it exists?Nurul
10/18/2022, 6:55 AMfindOneOrCreate
Dave Edelhart
10/21/2022, 4:25 PM