Skip to content

What does "Unchecked" mean? #10121

Discussion options

You must be logged in to vote

Hi @topbloc-beiswenger! This is a great question.

"Unchecked" input types allow you to perform some operations that are often considered "dangerous", like directly writing foreign keys. Prisma allows you to choose either a safe or an unchecked input type when doing operations like create.

I'm unsure why you are hitting your specific error, but if you could share your schema file with me, I can do some digging on my side.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@topbloc-beiswenger
Comment options

Answer selected by topbloc-beiswenger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants