Module

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

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

Constructors

new
FieldRef(kind: Kind, parentTypename: string)

Type Parameters

optional
T = unknown
optional
Kind extends FieldKind = FieldKind

Properties

$inferType: T
optional
fieldName: string
kind: FieldKind
parentTypename: string
[outputFieldShapeKey]: T
import FieldRef
import { FieldRef } from "https://dotland.deno.dev/x/pothos@release-1713397530/packages/core/mod.ts";