DEV Community

Kaushik Varanasi
Kaushik Varanasi

Posted on

Configuring permissions on Hasura for Pokemon data

Now, go to public and click on track

Now the permissions

Open the Hasura console from your Rocketgraph Hasura tab. We set permissions here so we know which pokemon belongs to whom. Create a role user with the following permissions on the permissions tab.

For select:

Do without any checks

For update:

We also need to preset column user_id so that it automatically sets it up from our rocketgraph-js-sdk:

Top comments (0)