UNPKG

graphile-settings

Version:
8 lines (7 loc) 292 B
import type { GraphileConfig } from 'graphile-config'; export declare const ConflictDetectorPlugin: GraphileConfig.Plugin; /** * Preset that includes the conflict detector plugin. */ export declare const ConflictDetectorPreset: GraphileConfig.Preset; export default ConflictDetectorPlugin;