graphile-contrib / postgraphile-plugin-connection-filter

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

Fix #206, add missing exportables #207

Closed mattiarossi closed 6 months ago

mattiarossi commented 7 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 were some paths in src/PgConnectionArgFilterOperatorsPlugin.ts that need to be made exportable

Fixes #206

benjie commented 6 months ago

Oh gosh, I approved this from mobile and then somehow lost track of it. This is now shipped as postgraphile-plugin-connection-filter@3.0.0-beta.3

Thanks! :flushed: