You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For instance my source is a legacy MySql DB with lot's of tables (could be a Postgres too in a near future). I created a view that represents exactly what I need to expose in graphql, and it would be great just to expose this view(s).
Would be great if the way to expose views would be the same as exposing tables.
The text was updated successfully, but these errors were encountered:
Added to MySQLHandler a 'tables' config (takes a comma separated list of tables)
In mysql/src/index.ts : reads the new config.tables and if it is null or if values matchs tables names from getDatabaseTables, goes with generation
Unfortunatly I have no idea of how to tests (I launched 'yarn test' everything is green) but can't test my very specific modifications.
Hi The Guild team
For instance my source is a legacy MySql DB with lot's of tables (could be a Postgres too in a near future). I created a view that represents exactly what I need to expose in graphql, and it would be great just to expose this view(s).
Would be great if the way to expose views would be the same as exposing tables.
The text was updated successfully, but these errors were encountered: