Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/pothos/packages/core/types/builder-options.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://deno.land/x/pothos@release-1691259632/packages/core/types/builder-options.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]