Skip to main content
Module

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

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

Constructors

new
InputFieldRef(initConfig: (name: string, typeConfig: PothosTypeConfig) => PothosInputFieldConfig<Types>)

Type Parameters

Types extends SchemaTypes
optional
T = unknown

Properties

private
initConfig: (name: string, typeConfig: PothosTypeConfig) => PothosInputFieldConfig<Types>
private
onUseCallbacks: Set<(config: PothosInputFieldConfig<Types>) => void>
protected
pendingActions: ((config: PothosInputFieldConfig<Types>) => PothosInputFieldConfig<Types> | void)[]
$inferInput: T
optional
fieldName: string
kind: "InputObject"
[inputFieldShapeKey]: T