UNPKG

@pyramation/postgraphile

Version:

A GraphQL schema created by reflection over a PostgreSQL schema 🐘 (previously known as PostGraphQL)

4 lines (3 loc) 172 B
import { Plugin } from 'postgraphile-core'; export declare const makePgSmartTagsFromFilePlugin: (tagsFile?: string) => Plugin; export declare const TagsFilePlugin: Plugin;