UNPKG

@pothos/plugin-with-input

Version:

A Pothos plugin for defining fields with input objects

9 lines 340 B
import './global-types'; import './schema-builder'; import { BasePlugin, type SchemaTypes } from '@pothos/core'; export * from './types'; declare const pluginName = "withInput"; export default pluginName; export declare class PothosWithInputPlugin<Types extends SchemaTypes> extends BasePlugin<Types> { } //# sourceMappingURL=index.d.ts.map