Module

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

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

Constructors

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

Type Parameters

Types extends SchemaTypes
Shape
optional
Parent = Shape

Properties

protected
builder: PothosSchemaTypes.SchemaBuilder<Types>