@pothos/plugin-add-graphql
Version:
A Pothos plugin for adding existing GraphQL types to a Pothos schema
9 lines • 342 B
TypeScript
import './global-types';
import './schema-builder';
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