UNPKG

pothos-schema-exporter

Version:
9 lines (8 loc) 361 B
import { BasePlugin, SchemaTypes } from "@pothos/core"; import "./global-types.js"; import { GraphQLSchema } from "graphql"; export declare class PothosSchemaExporterPlugin<Types extends SchemaTypes> extends BasePlugin<Types> { afterBuild(schema: GraphQLSchema): GraphQLSchema; } declare const pluginName: "pothosSchemaExporter"; export default pluginName;