postgraphile
Version:
Automatic, high performance, and highly customizable GraphQL API for PostgreSQL
14 lines • 398 B
TypeScript
import "graphile-config";
import "graphile-build-pg";
declare global {
namespace GraphileConfig {
interface Plugins {
PgV4InflectionPlugin: true;
}
interface GatherHelpers {
pgV4SmartTags: Record<string, never>;
}
}
}
export declare const PgV4InflectionPlugin: GraphileConfig.Plugin;
//# sourceMappingURL=PgV4InflectionPlugin.d.ts.map