Hi All, I am facing an issue with connect permissi...
# prisma-whats-new
m
Hi All, I am facing an issue with connect permissions. I have a User model and a favourite model. A user has many favourites. My concern is that if a user gets his authentication token he will be able to connect himself to anyones favourites using a connection mutation. I am not able to setup a connect permission that would stop a signed in user from connecting with anyone else’s favourite. Here is some further detail and what i have tried till now. Any help will be much appreciated. https://www.graph.cool/forum/t/connect-permission-for-nested-mutations/1292