deno.land / x / pothos@release-1713397530 / packages / plugin-with-input / index.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
// @ts-nocheckimport './global-types.ts';import './schema-builder.ts';import SchemaBuilder, { BasePlugin, SchemaTypes } from '../core/index.ts';export * from './types.ts';const pluginName = "withInput";export default pluginName;export class PothosWithInputPlugin<Types extends SchemaTypes> extends BasePlugin<Types> {}SchemaBuilder.registerPlugin(pluginName, PothosWithInputPlugin);
pothos

Version Info

Tagged at
a year ago