I am stumped here. I recently moved from Hasura cloud to Heroku, and had some basic role-based stuff setup that I ported over. For some reason I now can never see any mutations in the root, for any role except 'admin', anyone know what's going on?
Queries/Subscriptions work fine, and changing permissions for select on a given table updates the GraphQL API fine for my 'user' role, but modifying insert/update/delete do not reveal any mutations in the root. This worked perfectly fine on Hasura cloud, and I don't know what I am doing wrong.
I am stumped here. I recently moved from Hasura cloud to Heroku, and had some basic role-based stuff setup that I ported over. For some reason I now can never see any mutations in the root, for any role except 'admin', anyone know what's going on?
Queries/Subscriptions work fine, and changing permissions for
select
on a given table updates the GraphQL API fine for my 'user' role, but modifyinginsert
/update
/delete
do not reveal any mutations in the root. This worked perfectly fine on Hasura cloud, and I don't know what I am doing wrong.