UNPKG

graphile-settings

Version:
4 lines (3 loc) 196 B
import { PostGraphileOptions } from 'postgraphile'; import { LaunchQLOptions } from '@launchql/types'; export declare const getGraphileSettings: (rawOpts: LaunchQLOptions) => PostGraphileOptions;