Hey all! Does anyone know of a good link from whic...
# orm-help
f
Hey all! Does anyone know of a good link from which to understand the new
UncheckedInput
types in prisma two? I searched
unchecked
and
unchecked input
on the prisma docs and couldn't find any. For context, I'm running into an error on a nested write where I expect to be able to define writes on a connected relation, but for some reason prisma is using the "unchecked" input, which doesn't allow writes on the connected relation.
cc @Luc Succes
r
@Faiyam Rahman 👋 We do not have exact docs on this but we will surely add those. In the meantime, could you share what issue you’re facing with the nested write?