postgraphile
Version:
Automatic, high performance, and highly customizable GraphQL API for PostgreSQL
13 lines • 354 B
TypeScript
import "../index.ts";
declare global {
namespace GraphileConfig {
interface Plugins {
PgRelayPlugin: true;
}
}
}
/** @experimental */
export declare const PgRelayPlugin: GraphileConfig.Plugin;
/** @experimental */
export declare const PostGraphileRelayPreset: GraphileConfig.Preset;
//# sourceMappingURL=relay.d.ts.map