graphile-contrib/postgraphile-plugin-connection-filter

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

mattiarossi opened this issue · 1 comments

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

Fixed in #207