Skip to main content
Module

x/pothos/packages/core/index.ts>ImplementableObjectRef

Pothos GraphQL is library for creating GraphQL schemas in typescript using a strongly typed code first approach
Go to Latest
class ImplementableObjectRef
import { ImplementableObjectRef } from "https://deno.land/x/pothos@release-1713397530/packages/core/index.ts";

Constructors

new
ImplementableObjectRef(builder: PothosSchemaTypes.SchemaBuilder<Types>, name: string)

Type Parameters

Types extends SchemaTypes
Shape
optional
Parent = Shape

Properties

protected
builder: PothosSchemaTypes.SchemaBuilder<Types>

Methods

implement<Interfaces extends InterfaceParam<Types>[]>(options: Omit<ObjectTypeOptions<Types, ImplementableObjectRef<Types, Shape, Parent>, Parent, Interfaces>, "name">): PothosSchemaTypes.ObjectRef<Shape, Parent>