Skip to main content
Module

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

Pothos GraphQL is library for creating GraphQL schemas in typescript using a strongly typed code first approach
Go to Latest
interface PothosInputFieldConfig
implements Omit<GraphQLInputFieldConfig, "type">
Re-export
import { type PothosInputFieldConfig } from "https://deno.land/x/pothos@release-1713397530/packages/core/index.ts";

Properties

kind: "Arg" | "InputObject"
graphqlKind: "Arg" | "InputObject"
name: string
parentField: string | undefined
parentType: string
pothosOptions: PothosSchemaTypes.InputFieldOptionsByKind<Types, InputTypeParam<Types>, FieldRequiredness<[unknown]>>[keyof PothosSchemaTypes.InputFieldOptionsByKind]