Hey! Does anyone have any good resources on how to implement role based authentication using graphcool? Example: I have a type X. I need to restrict some users to only read permissions on type X, while other users (the owners of type X) have update and read permissions. I also need an admin role that has update, read, create, and delete permissions on type X.
I have tried looking on my own for some helpful tips but have been unsuccessful. I am hoping this Slack channel can help me out!