Skip to main content
Module

x/pothos/packages/core/mod.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-1713397530/packages/core/mod.ts";

Constructors

new
InputFieldRef(kind: Kind, parentTypename: string)

Type Parameters

optional
T = unknown
optional
Kind extends "Arg" | "InputObject" = "Arg" | "InputObject"

Properties

$inferInput: T
optional
argFor: FieldRef | InputFieldRef
optional
fieldName: string
kind: Kind
parentTypename: string
[inputFieldShapeKey]: T