Skip to main content
Module

x/pothos/packages/core/types/index.ts>InferredFieldOptionsByKind

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

Type Parameters

Types extends SchemaTypes
optional
ResolveShape = unknown
optional
Type extends TypeParam<Types> = TypeParam<Types>
optional
Nullable extends FieldNullability<Type> = FieldNullability<Type>
optional
Args extends InputFieldMap = InputFieldMap
optional
ResolveReturnShape = unknown
definition: PothosSchemaTypes.InferredFieldOptions<Types, ResolveShape, Type, Nullable, Args, ResolveReturnShape>[Kind]