import { ImplementableObjectRef } from "https://deno.land/x/pothos@release-1730496474/packages/core/mod.ts";
Constructors
new
ImplementableObjectRef(builder: PothosSchemaTypes.SchemaBuilder<Types>, name: string)Properties
builder: PothosSchemaTypes.SchemaBuilder<Types>
Methods
implement<Interfaces extends InterfaceParam<Types>[]>(options: Omit<ObjectTypeOptions<Types, ImplementableObjectRef<Types, Shape, Parent>, Parent, Interfaces>, "name">): PothosSchemaTypes.ObjectRef<Types, Shape, Parent>