Skip to main content
Module

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

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

Constructors

new
OutputTypeRef(kind:
| "Enum"
| "Interface"
| "Object"
| "Scalar"
| "Union"
, name: string
)

Type Parameters

T
optional
P = T

Properties

$inferType: T
kind
[outputShapeKey]: T
[parentShapeKey]: P