Has anyone ever managed to fix the “No CONNECT per...
# prisma-whats-new
p
Has anyone ever managed to fix the “No CONNECT permissions” error? https://www.graph.cool/forum/t/stuck-with-connect-permissions/665/14
f
p
Thanks, I figured out that making the field non-mandatory and adding this connect permission with a custom query works
But it’s much more limited, I’m not able to use the query parameters from the update query, like $user_id
Ideally, I’d like to check that my document belongs to the right entity (startup in this case) to allow the connection.
My reasoning is that otherwise, anyone could update the connection?