Skip to main content
Module

x/pothos/packages/core/types/builder-options.ts>InferredFieldOptionKeys

Pothos GraphQL is library for creating GraphQL schemas in typescript using a strongly typed code first approach
Go to Latest
type alias InferredFieldOptionKeys
import { type InferredFieldOptionKeys } from "https://deno.land/x/pothos@release-1720638912/packages/core/types/builder-options.ts";
definition: PothosSchemaTypes.InferredFieldOptions<SchemaTypes>[Kind] extends infer Options ? Options extends unknown ? keyof Options : never : never