Join Slack
Powered by
<@UCHRV889H> `prisma.updateManyPosts()` returns `P...
# prisma-client
p
prilutskiy
01/09/2019, 9:03 AM
@Elfayer
prisma.updateManyPosts()
returns
Promise
, so you need either
.then((data) => ...)
or
await prisma.updateManyPosts()
to access the output
Open in Slack
Previous
Next