pg_graphql icon indicating copy to clipboard operation
pg_graphql copied to clipboard

Setting `inflect_names` schema comment directive does not rebuild schema

Open olirice opened this issue 2 years ago • 0 comments

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?

olirice avatar Aug 03 '22 20:08 olirice