pg_graphql
pg_graphql copied to clipboard
Setting `inflect_names` schema comment directive does not rebuild schema
drop extension pg_graphql; create extension pg_graphql; causes a rebuilt but graphql.rebuild_schema() does not.
TODO:
- Reproduce consistently on supabase platform
- Is it dependent on postgres/supabase_admin role?
- Is it reproducible when using the web studio?
- related to the schema's owner?
- comment on schema being filtered out of event trigger?