createMany’s data doesn’t specify type eventhough ...
# orm-help
l
createMany’s data doesn’t specify type eventhough popup show the type
r
@Logan Lee It seems that your editor isn’t showing the correct types as I cannot reproduce this. On thing you could try is change your model name to
Post
instead of
posts
and see if it works after running
prisma generate
.
@Logan Lee 👋 Was the issue solved?
l
i solved by this code
Copy code
Prisma.Enumerable<Prisma.temp_postsCreateManyInput>
much deeper than i thought