import { ImplementableInputObjectRef } from "https://deno.land/x/pothos@release-1730496474/packages/core/index.ts";
Constructors
new
ImplementableInputObjectRef(builder: PothosSchemaTypes.SchemaBuilder<Types>, name: string)Properties
builder: PothosSchemaTypes.SchemaBuilder<Types>
Methods
implement(options: PothosSchemaTypes.InputObjectTypeOptions<Types, InputFieldsFromShape<Types, T, "InputObject">>): InputObjectRef<Types, Resolved>