import { type WithInputBuilderOptions } from "https://deno.land/x/pothos@release-1730496474/packages/plugin-with-input/types.ts";
Type Parameters
Types extends SchemaTypes
Properties
optional
typeOptions: Omit<PothosSchemaTypes.InputObjectTypeOptions<Types, { }>, "fields"> & { name?: (options: { parentTypeName: string; fieldName: string; }) => string; }