Module

x/pothos/packages/core/mod.ts>ImplementableInputObjectRef

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

Constructors

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

Type Parameters

Types extends SchemaTypes
T extends object
optional
Resolved = T

Properties

protected
builder: PothosSchemaTypes.SchemaBuilder<Types>

Methods

implement(options: PothosSchemaTypes.InputObjectTypeOptions<Types, InputFieldsFromShape<T>>)