What is the recommended way to create deeply neste...
# orm-help
a
What is the recommended way to create deeply nested mutations as a single transaction? Prisma Client generates a
[Type]Create[Type]Without[Type]Input
which, as the name indicates, doesn't contain the relationship type anymore.