Prisma nested creation of a related row: { create: value }.
{ create: value }
Use when the related entity is created alongside its parent. Pair with AutoBeRealizeCollectorCallExpression to build value through the child collector rather than inlining it.
value
Type discriminator.
Nested create payload for the related row.
Prisma nested creation of a related row:
{ create: value }.Use when the related entity is created alongside its parent. Pair with AutoBeRealizeCollectorCallExpression to build
valuethrough the child collector rather than inlining it.