Join Slack
Powered by
Let's say the Post was { id: 1, tags: [1,2,3] }. I...
# orm-help
a
Adrian
03/26/2022, 12:53 PM
Let's say the Post was { id: 1, tags: [1,2,3] }. It was possible to just pass new tags to the update function like { id: 1, tags: [2, 3, 4] }
m
Maciek K
03/26/2022, 8:39 PM
Set:
https://www.prisma.io/docs/reference/api-reference/prisma-client-reference#set
Open in Slack
Previous
Next