Hi All, Can somebody help me out with a connect permissions issue?
The problem is that if I am a user and I get the project endpoint somehow. I can get the schema and with some knowledge of graphcool, I can signin and use my token to basically connect any model that has a user relation to myself. For example if a Post has a user relation and if I get the post id of someones post, I can simply call the connect mutation to assign that post to myself. I cannot disable the connect permission since if I disable it I would not be able to create a post with a userId param. Hope I have explained the problem well.