Module

x/pothos/packages/core/config-store.ts>default#createFieldConfig

Pothos GraphQL is library for creating GraphQL schemas in typescript using a strongly typed code first approach
Go to Latest
method default.prototype.createFieldConfig
import { default } from "https://dotland.deno.dev/x/pothos@release-1695356590/packages/core/config-store.ts";

Parameters

name: string
typeConfig: PothosTypeConfig
optional
parentField: string
optional
kind: T

Returns

Extract<PothosFieldConfig<Types>, { graphqlKind: T; }>