@pothos/plugin-with-input
Version:
A Pothos plugin for defining fields with input objects
10 lines (9 loc) • 350 B
TypeScript
import './global-types.js';
import './schema-builder.js';
import { BasePlugin, type SchemaTypes } from '@pothos/core';
export * from './types.js';
declare const pluginName = "withInput";
export default pluginName;
export declare class PothosWithInputPlugin<Types extends SchemaTypes> extends BasePlugin<Types> {
}
//# sourceMappingURL=index.d.ts.map