Can anyone explain what an `UncheckedCreate` type ...
# orm-help
e
Can anyone explain what an
UncheckedCreate
type is .e.g
PaymentUncheckedCreateWithoutPeriodInput
where
Payment
and
Period
are models in my schema?
n
Hey Ezeikel 👋 this question has recently been answered here: https://github.com/prisma/prisma/discussions/10121 🙂 Let me know if that helps or if you have any further questions!
e
Thanks!