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://dotland.deno.dev/x/pothos@release-1688425816/packages/core/mod.ts";

Constructors

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

Type Parameters

T
optional
P = T

Properties

kind
[outputShapeKey]: T
[parentShapeKey]: P