diff --git a/packages/postgraphile-core/src/index.ts b/packages/postgraphile-core/src/index.ts index c2c96e811..ff3a72bae 100644 --- a/packages/postgraphile-core/src/index.ts +++ b/packages/postgraphile-core/src/index.ts @@ -20,6 +20,16 @@ import { } from "graphile-build-pg"; import { Pool, Client } from "pg"; +export { + Plugin, + Build, + Context, + SchemaBuilder, + SchemaListener, + Inflection, + Options, +}; + type mixed = {} | string | number | boolean | undefined | null; const ensureValidPlugins = (name: string, arr: Array) => {