UNPKG

graphile-settings

Version:
8 lines (7 loc) 302 B
import type { GraphileConfig } from 'graphile-config'; /** * Minimal preset with all the PostgreSQL functionality but without Node/Relay features. * This keeps `id` columns as `id` (no renaming to `rowId`). */ export declare const MinimalPreset: GraphileConfig.Preset; export default MinimalPreset;