Hi All, may I ask if I would still need subscripti...
# prisma-whats-new
e
Hi All, may I ask if I would still need subscription for this. I have a User Submission Page in React. I have a model User that has many Link objects. Thus I loop through user.links, if user want to EDIT or DELETE on of his/her link I just passed the object and create a mutation function. On Delete Mutation I set isDeleted to False. However after seeing isDeleted on an object set to False. I still see that link , I need to refresh to not see it