I have a set with three posts and I want to remove...
# prisma-whats-new
r
I have a set with three posts and I want to remove two of the posts from the set without deleting them. Sets and Posts have a relation. Posts are added to the set using connect. To remove them, I would use disconnect instead of connect, yes? Is there a way to disconnect multiple posts at one time?