UNPKG

postgraphile

Version:

Automatic, high performance, and highly customizable GraphQL API for PostgreSQL

9 lines 294 B
/** * [EXPERIMENTAL] Minifies a schema for exporting by stripping documentation * and deprecation info from the schema, and removing extensions from the * registry. * * @experimental */ export declare const PgMinifySchemaPreset: GraphileConfig.Preset; //# sourceMappingURL=minify.d.ts.map