Module

x/pothos/packages/core/mod.ts>FieldOptionsFromKind

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

Type Parameters

Types extends SchemaTypes
ParentShape
Type extends TypeParam<Types>
Nullable extends FieldNullability<Type>
Args extends InputFieldMap
Kind extends FieldKind
ResolveShape
ResolveReturnShape
definition: PothosSchemaTypes.FieldOptionsByKind<Types, ParentShape, Type, Nullable, Args, ResolveShape, ResolveReturnShape>[Kind]
import FieldOptionsFromKind
import { FieldOptionsFromKind } from "https://dotland.deno.dev/x/pothos@release-1713397530/packages/core/mod.ts";