graphile-settings
Version:
graphile settings
8 lines (7 loc) • 301 B
TypeScript
import type { GraphileConfig } from 'graphile-config';
export declare const InflectorLoggerPlugin: GraphileConfig.Plugin;
/**
* Preset that includes the inflector logger plugin.
* Use this in your main preset's `extends` array.
*/
export declare const InflectorLoggerPreset: GraphileConfig.Preset;