I am trying to run postgraphile on neon and my current setup requires multiple roles and being able to switch to them for part of the permission handling. This looks like is not possible today. I tried
GRANT app_anonymous TO appuser;
in the sql editor but got
ERROR: permission denied to grant role "app_anonymous" I have also tried this logged in as app_anonymous
Are there plans to make this even simpler via the Roles page in the dashboard? Thinking a simple checkbox to make the new role readonly with some sane defaults