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