Prisma relation link to an existing row: { connect: { id } }.
{ connect: { id } }
Use when the related entity already exists and only its id is supplied.
Identifier of the row to connect.
Type discriminator.
Prisma relation link to an existing row:
{ connect: { id } }.Use when the related entity already exists and only its id is supplied.