graphile-contrib / postgraphile-plugin-connection-filter

Filtering on PostGraphile connections
MIT License
286 stars 32 forks source link

V5-graphile-export 0.0.2-beta.10 triggers missing exportables when exporting schema #206

Closed mattiarossi closed 9 months ago

mattiarossi commented 9 months ago

The latest version of graphile-export (v5) checks for missing exportable entities and throws an error when trying to export a schema There are some paths in src/PgConnectionArgFilterOperatorsPlugin.ts that need to be made exportable

mattiarossi commented 9 months ago

Fixed in #207