Can anybody explain or point me to documentation r...
# prisma-client
a
Can anybody explain or point me to documentation regarding unchecked vs regular input args?
nevermind, i was getting an error message that a field wasn't supported on the unchecked type. the error was misleading because the field exists on the regular type but i was passing an array instead of a string in nested options (user.categories.connect.id)
a
Hey Andrew, Could you give a small example of what you’re describing? Maybe there’s an opportunity for us to improve the error message.
🤷 1