Skip to main content
Module

x/pothos/packages/core/refs/arg.ts>ArgumentRef

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

Constructors

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

Type Parameters

Types extends SchemaTypes
optional
T = unknown

Properties

private
initConfig: (
name: string,
field: 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: "Arg"
[inputFieldShapeKey]: T