@pothos/plugin-add-graphql
Version:
A Pothos plugin for adding existing GraphQL types to a Pothos schema
10 lines (9 loc) • 349 B
TypeScript
import './global-types.js';
import './schema-builder.js';
import { BasePlugin, type SchemaTypes } from '@pothos/core';
declare const pluginName = "addGraphQL";
export default pluginName;
export declare class PothosAddGraphQLPlugin<Types extends SchemaTypes> extends BasePlugin<Types> {
beforeBuild(): void;
}
//# sourceMappingURL=index.d.ts.map