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