Mysql – TypeError: The "payload" argument must be of type object. Received null
My scheme on prisma: /// This model or at least one of its fields has comments in the database, and requires an additional setup for migrations: Read more: https://pris.ly/d/database-comments model articles { id String @id @default(uuid()) dealership_id String type String?…