@pothos/plugin-with-input
Version:
A Pothos plugin for defining fields with input objects
11 lines (10 loc) • 360 B
JavaScript
import './global-types.js';
import './schema-builder.js';
import SchemaBuilder, { BasePlugin } from '@pothos/core';
export * from './types.js';
const pluginName = "withInput";
export default pluginName;
export class PothosWithInputPlugin extends BasePlugin {
}
SchemaBuilder.registerPlugin(pluginName, PothosWithInputPlugin);
//# sourceMappingURL=index.js.map