UNPKG

postgraphile

Version:

Automatic, high performance, and highly customizable GraphQL API for PostgreSQL

18 lines 486 B
import "graphile-config"; import "graphile-build"; import "graphile-build-pg"; declare global { namespace GraphileBuild { interface Build { /** @deprecated Use build.sql instead */ pgSql: GraphileBuild.Build["sql"]; } } namespace GraphileConfig { interface Plugins { PgV4BuildPlugin: true; } } } export declare const PgV4BuildPlugin: GraphileConfig.Plugin; //# sourceMappingURL=PgV4BuildPlugin.d.ts.map